sharlatan pushed a commit to branch master
in repository guix.

commit 6b705ecf41e05fecf9fbd7b27f38bbe5bac187d0
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Nov 21 16:11:10 2024 +0000

    gnu: python-cdflib: Update to 1.3.2.
    
    * 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 52d392499e..47494d1bbf 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3531,7 +3531,7 @@ bad pixel tracking throughout the reduction process.")
 (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
@@ -3540,7 +3540,7 @@ bad pixel tracking throughout the reduction process.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0zmz9wjhlq43lqy5k4fld9cj5k39s1hkkaligrn3kpf9hcbd79qn"))))
+        (base32 "0g723s5xg7vd37vlbjpgpiljd3vxwccslwzcf619zvdnc2xbcw2c"))))
     (build-system pyproject-build-system)
     (arguments
      (list #:phases

Reply via email to