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

commit 65143ba1b546814b7afb9c074968ac41f42501eb
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Oct 15 21:41:02 2025 +0100

    gnu: python-specutils: Update to 2.2.0.
    
    * gnu/packages/astronomy.scm (python-specutils): Update to 2.2.0.
    [propagated-inputs]: Remove python-ndcube; add python-ndcube-minimal.
    
    Change-Id: I3358f2ebd8a9f9c7a80a2b43ec416d96d817d975
---
 gnu/packages/astronomy.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 8819f9ba42..26870ed064 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -8210,16 +8210,17 @@ of axis order, spatial projections, and spectral units 
that exist in the wild.
 (define-public python-specutils
   (package
     (name "python-specutils")
-    (version "2.1.0")
+    (version "2.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "specutils" version))
        (sha256
-        (base32 "02yf0s0qcwhj7qn0l3glvdlap4pr15s4hm2ki14py2k5sfv8j0ab"))))
+        (base32 "1zcyv8aqmj86nxk2qrvci4wvdylmv5ql16vv1wjq8s6akdsxpmzb"))))
     (build-system pyproject-build-system)
     (arguments
      (list
+      ;; 571 passed, 130 skipped, 2 deselected, 3 xfailed
       #:test-flags
       #~(list "-k" (string-join
                     (list
@@ -8257,7 +8258,7 @@ of axis order, spatial projections, and spectral units 
that exist in the wild.
            python-asdf-astropy
            python-astropy
            python-gwcs
-           python-ndcube
+           python-ndcube-minimal
            python-numpy
            python-scipy))
     (home-page "https://specutils.readthedocs.io/";)

Reply via email to