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

commit 060b9974c4aa42c6f0880bccc65ba9f3bf1b4c65
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jan 15 11:01:42 2026 +0000

    gnu: python-crds: Update to 13.1.1.
    
    * gnu/packages/astronomy.scm (python-crds): Update to 13.1.1.
    
    Change-Id: Ifcebd3e8c7562854dab36dee274bddd0bcfffd41
---
 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 bf4164555f..e946d57afc 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4124,14 +4124,14 @@ Spectrograph}.")
 (define-public python-crds
   (package
     (name "python-crds")
-    (version "13.0.6")
+    (version "13.1.1")
     ;; Git: <https://github.com/spacetelescope/crds>
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "crds" version))
        (sha256
-        (base32 "1i0si0z400grdwrkni8fcp58m8f8n2k18n319cwfdlasbw6r2pr5"))))
+        (base32 "1wzyh404ghjv8k9rdbbm7yghsffmamq357n5bjldypnqlfbzq0hi"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -4140,7 +4140,7 @@ Spectrograph}.")
       ;; XXX: Tests require a complex set up and test data, try to run some
       ;; minimal portion of unit tests to persist package comparability during
       ;; updates, see:
-      ;; <https://github.com/spacetelescope/crds/blob/13.0.6/TESTING>.
+      ;; <https://github.com/spacetelescope/crds/blob/13.0.7/TESTING>.
       #~(list #$@(map (lambda (file) (string-append "--ignore=" file))
                       ;; Network acces to <https://hst-crds.stsci.edu> or
                       ;; additional test data is required.

Reply via email to