sharlatan pushed a commit to branch master
in repository guix.
commit 30266339708f91da618dbd85374b69002e2ab203
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Nov 14 21:47:55 2024 +0000
gnu: python-drizzle: Update to 2.0.0.
* gnu/packages/astronomy.scm (python-drizzle): Update to 2.0.0.
Change-Id: Ic90751c48296d3aed3b49a894e6c007436f8223c
---
gnu/packages/astronomy.scm | 4 ++--
1 file 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