guix-patches
[Top][All Lists]
Advanced

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

[bug#74497] [PATCH 26/46] gnu: python-cdflib: Update to 1.3.2.


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

* gnu/packages/astronomy.scm (python-cdflib): Update to 1.3.2.

Change-Id: Ibd8ed32e12c09b3f9e88a668e92a9c1c9dc9db86
---
 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 1a45356bf8..692c54e66e 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3583,7 +3583,7 @@ (define-public python-ccdproc
 (define-public python-cdflib
   (package
     (name "python-cdflib")
-    (version "1.3.1")
+    (version "1.3.2")
     (source
      (origin
        (method git-fetch)               ; no tests in PyPI release
@@ -3592,7 +3592,7 @@ (define-public python-cdflib
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0zmz9wjhlq43lqy5k4fld9cj5k39s1hkkaligrn3kpf9hcbd79qn"))))
+        (base32 "0g723s5xg7vd37vlbjpgpiljd3vxwccslwzcf619zvdnc2xbcw2c"))))
     (build-system pyproject-build-system)
     (arguments
      (list #:phases
-- 
2.46.0






reply via email to

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