diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-06-18 10:17:25 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-06-30 10:11:17 +0100 |
commit | 764b8cd5e2e2983475bc169b713c4508c19a1ab4 (patch) | |
tree | 53ac2da7d201e58216c4ecd5e529ace7ac90d402 | |
parent | 3c76ad03fbcad5e71e87628713f083a27284fde9 (diff) | |
download | guix-764b8cd5e2e2983475bc169b713c4508c19a1ab4.tar.gz guix-764b8cd5e2e2983475bc169b713c4508c19a1ab4.zip |
gnu: python-drizzle: Update to 1.15.2.
* gnu/packages/astronomy.scm (python-drizzle): Update to 1.15.2.
Change-Id: Ic63933d740056a16a9e514783c1e85090c0693b9
-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 38215e59c4..1b4f403557 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2274,7 +2274,7 @@ used with local NetDRMS sites.") (define-public python-drizzle (package (name "python-drizzle") - (version "1.15.1") + (version "1.15.2") (source (origin (method git-fetch) ;PyPi doesn't have the test data sets @@ -2283,7 +2283,7 @@ used with local NetDRMS sites.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "14l3d3bx73r7cxhcl1cfh1q088qh5wq5pz5fs9dx7w79kp8mp6pg")))) + (base32 "1fp6gcvp6nz4a2mmy9vjn5wwywldhkg8bjjgb4ldn0vpv9k4nv8q")))) (build-system pyproject-build-system) (arguments (list |