diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-05-20 23:12:45 +0100 |
---|---|---|
committer | Andrew Tropin <andrew@trop.in> | 2024-05-30 18:23:43 +0400 |
commit | 6929eaec0ec6d3b9fcfc837e88e12334773d982f (patch) | |
tree | c580c32ff9fdac4e957457120c6e5e4ee231ddc2 /gnu | |
parent | 7061badb04ab3ec68d74329fb8493fbde16cbba5 (diff) | |
download | guix-6929eaec0ec6d3b9fcfc837e88e12334773d982f.tar.gz guix-6929eaec0ec6d3b9fcfc837e88e12334773d982f.zip |
gnu: python-stsci-image: Update to 2.3.7.
* gnu/packages/astronomy.scm (python-stsci-image): Update to 2.3.7.
Change-Id: Icd3c8d2b893e9eb83820912a0f6afe855330aa97
Signed-off-by: Andrew Tropin <andrew@trop.in>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/astronomy.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 9df51c03e4..e86761048f 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3229,13 +3229,13 @@ spherical polygons that represent arbitrary regions of the sky.") (define-public python-stsci-image (package (name "python-stsci-image") - (version "2.3.5") + (version "2.3.7") (source (origin (method url-fetch) - (uri (pypi-uri "stsci.image" version)) + (uri (pypi-uri "stsci_image" version)) (sha256 - (base32 "1vnp4256nbdvapa69cmm80sjz11ygxa49abr9nbvssj6nyyp5icb")))) + (base32 "13sbych5929isrick2035rk31qcb1icm2l6pz7pjqsi45hsffxxm")))) (build-system pyproject-build-system) (arguments (list |