mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: python-asdf-wcs-schemas: Update to 0.4.0.
* gnu/packages/astronomy.scm (python-asdf-wcs-schemas): Update to 0.4.0. [propagated-inputs]: Remove python-asdf-unit-schemas; add python-asdf-coordinates-schemas. Change-Id: I491f3f7b96b11a1ac894a30aa304d3042299de99
This commit is contained in:
parent
19d56a3d51
commit
dbe107658a
1 changed files with 5 additions and 5 deletions
|
@ -4532,13 +4532,13 @@ (define-public python-asdf-astropy
|
|||
(define python-asdf-wcs-schemas
|
||||
(package
|
||||
(name "python-asdf-wcs-schemas")
|
||||
(version "0.3.0")
|
||||
(version "0.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "asdf_wcs_schemas" version))
|
||||
(sha256
|
||||
(base32 "1r9ls2skgwq6my68nfwfah1s0q6bm2qq97s0h79vwh997jy97rai"))))
|
||||
(base32 "1d08ng890xc1ilf3y1hrimx09x990wvg9g18n0ijwvpilnw49fy0"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -4550,9 +4550,9 @@ (define python-asdf-wcs-schemas
|
|||
python-semantic-version
|
||||
python-setuptools-scm))
|
||||
(propagated-inputs
|
||||
(list python-asdf-standard
|
||||
python-asdf-transform-schemas
|
||||
python-asdf-unit-schemas))
|
||||
(list python-asdf-coordinates-schemas
|
||||
python-asdf-standard
|
||||
python-asdf-transform-schemas))
|
||||
(home-page "https://github.com/asdf-format/asdf-wcs-schemas")
|
||||
(synopsis "ASDF WCS Schemas")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue