mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-asdf-coordinates-schemas: Update to 0.4.0.
* gnu/packages/astronomy.scm (python-asdf-coordinates-schemas): Update to 0.4.0. [native-inputs]: Remove python-setuptools; add python-setuptools-next. Change-Id: I77f2208854e2b06d9aab6bc08a85923615307915
This commit is contained in:
parent
14ad09b39f
commit
3177ccf19c
1 changed files with 3 additions and 3 deletions
|
@ -6881,13 +6881,13 @@ implementation package such as asdf-astropy.")
|
|||
(hidden-package
|
||||
(package
|
||||
(name "python-asdf-coordinates-schemas")
|
||||
(version "0.3.0")
|
||||
(version "0.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "asdf_coordinates_schemas" version))
|
||||
(sha256
|
||||
(base32 "0kk0rlzv0kkcw6fiwvps4n0x05867xc9hxyyzica31zcvhan12y9"))))
|
||||
(base32 "1i5w1v74b84ygbd9pw9cs35bjaqs35f5iavazhjpbycqr1pf8rvh"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -6896,7 +6896,7 @@ implementation package such as asdf-astropy.")
|
|||
(native-inputs
|
||||
(list python-pytest
|
||||
python-pytest-xdist
|
||||
python-setuptools
|
||||
python-setuptools-next
|
||||
python-setuptools-scm
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue