diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-14 21:47:55 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-30 15:10:43 +0000 |
commit | 30266339708f91da618dbd85374b69002e2ab203 (patch) | |
tree | 116e3c96bfb0c1d77f8655b9c34d9865b6ac41f0 /gnu/packages | |
parent | a6280c80ebaa798fb208b15da970eb3a61f3b888 (diff) |
gnu: python-drizzle: Update to 2.0.0.
* gnu/packages/astronomy.scm (python-drizzle): Update to 2.0.0.
Change-Id: Ic90751c48296d3aed3b49a894e6c007436f8223c
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 3d33bf6111..e8a81aa0cb 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3727,7 +3727,7 @@ used with local NetDRMS sites.") (define-public python-drizzle (package (name "python-drizzle") - (version "1.15.3") + (version "2.0.0") (source (origin (method git-fetch) ;PyPi doesn't have the test data sets @@ -3736,7 +3736,7 @@ used with local NetDRMS sites.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0zxhzvd01jgl4r6ivlxkccaf2shzb0c0ir7l06096iv9n6lff3wx")))) + (base32 "1psa98n81wphin15j7k0392rh94dkhnwrjp32lr40gb9ldp52mcm")))) (build-system pyproject-build-system) (arguments (list |