diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-12-15 12:39:01 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-01-12 21:42:05 +0000 |
commit | b883ea3659cf14524e238f789fac5ad2d3067843 (patch) | |
tree | cf4a6249bc442dccdc030d4fba3e342211534b6a | |
parent | cde0d3d4f09cf3a4c4c170a0d4a36b7cbceb82fd (diff) | |
download | guix-b883ea3659cf14524e238f789fac5ad2d3067843.tar.gz |
gnu: python-drizzle: Update to 1.14.4.
* gnu/packages/astronomy.scm (python-drizzle): Update to 1.14.4. Change-Id: I2f2415b93af251df2608d18046cda7b4f63e7f8a
-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 0815545f96..b6ba927f79 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1954,7 +1954,7 @@ used with local NetDRMS sites.") (define-public python-drizzle (package (name "python-drizzle") - (version "1.14.3") + (version "1.14.4") (source (origin (method git-fetch) ;PyPi doesn't have the test data sets @@ -1963,7 +1963,7 @@ used with local NetDRMS sites.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "04gncwg76yivcaq7rwgsw5k8w4h3c4wcrjcamb53h0d5s820z7dl")))) + (base32 "01zsq1r3p9lig0aik01szncd7nbmyi561mhi1n44yjhh7d86fp8y")))) (build-system pyproject-build-system) (arguments (list |