diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-10-09 00:40:10 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-10-11 12:11:41 +0100 |
commit | dc77700c84af26fe7f94aa850a14aa8884ce9eb9 (patch) | |
tree | 5f7e55ec46aac53b29623ef12e078a60cdae5182 /gnu/packages | |
parent | 817293ec78dc8c10549a98559c86ccee4c49af58 (diff) | |
download | guix-dc77700c84af26fe7f94aa850a14aa8884ce9eb9.tar.gz guix-dc77700c84af26fe7f94aa850a14aa8884ce9eb9.zip |
gnu: python-drizzle: Update to 1.14.3.
* gnu/packages/astronomy.scm (python-drizzle): Update to 1.14.3.
Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu/packages')
-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 9bb5347ae8..0d1add5fe7 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1890,7 +1890,7 @@ used with local NetDRMS sites.") (define-public python-drizzle (package (name "python-drizzle") - (version "1.13.7") + (version "1.14.3") (source (origin (method git-fetch) ;PyPi doesn't have the test data sets (uri (git-reference @@ -1899,7 +1899,7 @@ used with local NetDRMS sites.") (file-name (git-file-name name version)) (sha256 (base32 - "0x591d9gjasds91fvwcf37bhxp5nra28g0vq5zkykczpc70ywiy8")))) + "04gncwg76yivcaq7rwgsw5k8w4h3c4wcrjcamb53h0d5s820z7dl")))) (build-system pyproject-build-system) (arguments (list |