guix-commits
[Top][All Lists]
Advanced

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

10/32: gnu: python-drizzle: Update to 1.14.4.


From: guix-commits
Subject: 10/32: gnu: python-drizzle: Update to 1.14.4.
Date: Fri, 12 Jan 2024 16:44:01 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit b883ea3659cf14524e238f789fac5ad2d3067843
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Dec 15 12:39:01 2023 +0000

    gnu: python-drizzle: Update to 1.14.4.
    
    * gnu/packages/astronomy.scm (python-drizzle): Update to 1.14.4.
    
    Change-Id: I2f2415b93af251df2608d18046cda7b4f63e7f8a
---
 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 0815545f96..b6ba927f79 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1954,7 +1954,7 @@ used with local NetDRMS sites.")
 (define-public python-drizzle
   (package
     (name "python-drizzle")
-    (version "1.14.3")
+    (version "1.14.4")
     (source
      (origin
        (method git-fetch) ;PyPi doesn't have the test data sets
@@ -1963,7 +1963,7 @@ used with local NetDRMS sites.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "04gncwg76yivcaq7rwgsw5k8w4h3c4wcrjcamb53h0d5s820z7dl"))))
+        (base32 "01zsq1r3p9lig0aik01szncd7nbmyi561mhi1n44yjhh7d86fp8y"))))
     (build-system pyproject-build-system)
     (arguments
      (list



reply via email to

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