me
/
guix
Archived
1
0
Fork 0

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

View File

@ -3034,13 +3034,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.18.2") (version "0.18.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "gwcs" version)) (uri (pypi-uri "gwcs" version))
(sha256 (sha256
(base32 "0v9qcq6zl74d6s882s6xmas144jfalvll6va8rvrxmvpx4vqjzhg")))) (base32 "0mgyk5mgmj242g8nl7glcj689vry3ncwf04b8q3hasjcc9bs0rm4"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(native-inputs (native-inputs
(list python-jsonschema (list python-jsonschema