diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-05-24 22:51:37 +0100 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2023-05-25 21:15:13 -0300 |
commit | 6a7c842cf97f36046f0ab1983fa739e90bd578ee (patch) | |
tree | 757da4fbca8c5decef0527b2bb1ff17e2f78e56b /gnu | |
parent | fd3c18b0d046b176432887300e1cb342481cfb55 (diff) | |
download | guix-6a7c842cf97f36046f0ab1983fa739e90bd578ee.tar.gz guix-6a7c842cf97f36046f0ab1983fa739e90bd578ee.zip |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index fcc05d4e73..d450460551 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3034,13 +3034,13 @@ install an implementation package such as gwcs.") (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 |