gnu: python-gwcs: Update to 0.20.0.

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

Change-Id: I1b463fd34d487e91895127c42ca484652c87fd0a
This commit is contained in:
Sharlatan Hellseher 2023-12-15 12:52:06 +00:00
parent 93934bbcf8
commit 256676a065
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

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