guix_mirror_bot pushed a commit to branch astro-updates
in repository guix.

commit e697f6a329c87e1cf02c81c35cee76703bff1f5f
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Thu Aug 14 21:04:25 2025 +0100

    gnu: python-cdflib: Update to 1.3.6.
    
    * gnu/packages/astronomy.scm (python-cdflib): Update to 1.3.6.
    [native-inputs]: Remove python-setuptools and python-wheel; add 
python-setuptools-next.
    
    Change-Id: Ic155ace0e5b5bd9d0822304e17e4cf91ac3dacfb
---
 gnu/packages/astronomy.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index a36a815c74..138cce4d77 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3056,7 +3056,7 @@ bad pixel tracking throughout the reduction process.")
 (define-public python-cdflib
   (package
     (name "python-cdflib")
-    (version "1.3.4")
+    (version "1.3.6")
     (source
      (origin
        (method git-fetch)               ; no tests in PyPI release
@@ -3065,7 +3065,7 @@ bad pixel tracking throughout the reduction process.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1j0q0mgs6y5zyf3sjz49msp471kwl1la4rabga5pbyzfwfmxlihj"))))
+        (base32 "1rlzmwnlz77n8c62h050jc2njy10bfby671p3w7y6r6y6642xrdi"))))
     (build-system pyproject-build-system)
     (arguments
      (list #:phases
@@ -3081,16 +3081,17 @@ bad pixel tracking throughout the reduction process.")
            python-pytest
            python-pytest-cov
            python-pytest-remotedata
-           python-setuptools
+           python-setuptools-next
            python-setuptools-scm
-           python-wheel
            python-xarray))
     (propagated-inputs
      (list python-numpy))
     (home-page "https://github.com/MAVENSDC/cdflib";)
     (synopsis "Python library to deal with NASA's CDF astronmical data format")
-    (description "This package provides a Python @acronym{CDF, Computable
-Document Format} reader toolkit.
+    (description
+     "This package provides a Python @acronym{CDF, Computable Document Format}
+reader toolkit.
+
 It provides the following functionality:
 @itemize
 @item Ability to read variables and attributes from CDF files

Reply via email to