gnu: python-gwcs: Update to 0.21.0.

* gnu/packages/astronomy.scm (python-gwcs): Update to 0.21.0.

Change-Id: I3e634366c4eaf36b76dd7e3e120fb3ed0b21dcab
This commit is contained in:
Sharlatan Hellseher 2024-03-11 17:41:30 +00:00
parent 988c730a9a
commit 91a8fccf61
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4567,13 +4567,13 @@ (define python-asdf-wcs-schemas
(define-public python-gwcs (define-public python-gwcs
(package (package
(name "python-gwcs") (name "python-gwcs")
(version "0.20.0") (version "0.21.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "gwcs" version)) (uri (pypi-uri "gwcs" version))
(sha256 (sha256
(base32 "1vhvs0mcwrw0128q9pd9v21wl173lspj5rvygqr19ljncralbx73")))) (base32 "1fn5l4v236bl7xqi1is40c2q57dji8by98iwqcndfnmjwqf7zllc"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(native-inputs (native-inputs
(list python-jsonschema (list python-jsonschema