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 @@ install an implementation package such as gwcs.")
(define-public python-gwcs (define-public python-gwcs
(package (package
(name "python-gwcs") (name "python-gwcs")
(version "0.19.0") (version "0.20.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "gwcs" version)) (uri (pypi-uri "gwcs" version))
(sha256 (sha256
(base32 "1f3h41aq4nwcl6k80jb9s8shn2mhvz32mx9qhcm1xmcqrflqyf52")))) (base32 "1vhvs0mcwrw0128q9pd9v21wl173lspj5rvygqr19ljncralbx73"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(native-inputs (native-inputs
(list python-jsonschema (list python-jsonschema