guix-patches
[Top][All Lists]
Advanced

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

[bug#77975] [PATCH 15/32] gnu: python-cdflib: Update to 1.3.4.


From: Sharlatan Hellseher
Subject: [bug#77975] [PATCH 15/32] gnu: python-cdflib: Update to 1.3.4.
Date: Mon, 21 Apr 2025 23:03:14 +0100

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

Change-Id: Ieceb49d728b4d5f35496b8fb93d9e41990ed9dd8
---
 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 673856ccf0..0b5ba62b1e 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2426,7 +2426,7 @@ (define-public python-ccdproc
 (define-public python-cdflib
   (package
     (name "python-cdflib")
-    (version "1.3.3")
+    (version "1.3.4")
     (source
      (origin
        (method git-fetch)               ; no tests in PyPI release
@@ -2435,7 +2435,7 @@ (define-public python-cdflib
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1b7r3hfkb3ldi02a6pzdcm4vrnz2ywsxy7zgg5jn903i4686wnsb"))))
+        (base32 "1j0q0mgs6y5zyf3sjz49msp471kwl1la4rabga5pbyzfwfmxlihj"))))
     (build-system pyproject-build-system)
     (arguments
      (list #:phases
-- 
2.49.0






reply via email to

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