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
1 changed files with 2 additions and 2 deletions

View File

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