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

commit 01f71623edace40817a5c44895e285aafea84cb2
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Feb 19 00:01:23 2026 +0000

    gnu: python-specutils: Update to 2.3.0.
    
    * gnu/packages/astronomy.scm (python-specutils): Update to 2.3.0.
    
    Change-Id: I0aadf9b8afa135cf1221dd7f7cb21d5bb17d7e48
---
 gnu/packages/astronomy.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 31b5a2f644..affbffc896 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -9565,17 +9565,17 @@ of axis order, spatial projections, and spectral units 
that exist in the wild.
 (define-public python-specutils
   (package
     (name "python-specutils")
-    (version "2.2.0")
+    (version "2.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "specutils" version))
        (sha256
-        (base32 "1zcyv8aqmj86nxk2qrvci4wvdylmv5ql16vv1wjq8s6akdsxpmzb"))))
+        (base32 "13zzpkwwpvcxfpikzf4bnj2nfmqywhn05s8hslzvhf2vhgynm67p"))))
     (build-system pyproject-build-system)
     (arguments
      (list
-      ;; tests: 559 passed, 130 skipped, 1 deselected, 3 xfailed
+      ;; tests: 562 passed, 130 skipped, 1 deselected, 3 xfailed
       #:test-flags
       #~(list "--pyargs" "specutils"
               ;; Disabling test requiring access to download

Reply via email to