diff options
author | Sharlatan Hellseher <[email protected]> | 2024-09-18 13:41:48 +0100 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2024-09-30 22:06:31 +0100 |
commit | 12927c2c42d9a8c367fae0a92c924f9bdc8d0a05 (patch) | |
tree | 8413718386bdf5deffcb8d5ab64dae3f263ff847 | |
parent | a74463a5ded0c33c2efea4a7ed752f9bb47fce3f (diff) |
gnu: python-drizzle: Update to 1.15.3.
* gnu/packages/astronomy.scm (python-drizzle): Update to 1.15.3.
Change-Id: I457260332cb97995b94a9a87f49744b5b60edda0
-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 09e6617a2d..751dac3fc9 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2806,7 +2806,7 @@ used with local NetDRMS sites.") (define-public python-drizzle (package (name "python-drizzle") - (version "1.15.2") + (version "1.15.3") (source (origin (method git-fetch) ;PyPi doesn't have the test data sets @@ -2815,7 +2815,7 @@ used with local NetDRMS sites.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1fp6gcvp6nz4a2mmy9vjn5wwywldhkg8bjjgb4ldn0vpv9k4nv8q")))) + (base32 "0zxhzvd01jgl4r6ivlxkccaf2shzb0c0ir7l06096iv9n6lff3wx")))) (build-system pyproject-build-system) (arguments (list |