gnu: python-gwcs: Update to 0.18.3.

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

Signed-off-by: Vinicius Monego <monego@posteo.net>
This commit is contained in:
Sharlatan Hellseher 2023-05-24 22:51:37 +01:00 committed by Vinicius Monego
parent fd3c18b0d0
commit 6a7c842cf9
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -3034,13 +3034,13 @@ (define python-asdf-wcs-schemas
(define-public python-gwcs
(package
(name "python-gwcs")
(version "0.18.2")
(version "0.18.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "gwcs" version))
(sha256
(base32 "0v9qcq6zl74d6s882s6xmas144jfalvll6va8rvrxmvpx4vqjzhg"))))
(base32 "0mgyk5mgmj242g8nl7glcj689vry3ncwf04b8q3hasjcc9bs0rm4"))))
(build-system pyproject-build-system)
(native-inputs
(list python-jsonschema