guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#74497] [PATCH 19/46] gnu: python-drizzle: Update to 2.0.0.


From: Sharlatan Hellseher
Subject: [bug#74497] [PATCH 19/46] gnu: python-drizzle: Update to 2.0.0.
Date: Sat, 23 Nov 2024 19:51:06 +0000

* 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 85ac5844a8..c10fdc14f6 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3779,7 +3779,7 @@ (define-public python-drms
 (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
@@ -3788,7 +3788,7 @@ (define-public python-drizzle
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0zxhzvd01jgl4r6ivlxkccaf2shzb0c0ir7l06096iv9n6lff3wx"))))
+        (base32 "1psa98n81wphin15j7k0392rh94dkhnwrjp32lr40gb9ldp52mcm"))))
     (build-system pyproject-build-system)
     (arguments
      (list
-- 
2.46.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]