guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit 09a2bc569d1d3d2d6811d9318fdfe3dec76d9a5f
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jan 15 11:01:42 2026 +0000
gnu: python-crds: Update to 13.1.0.
* gnu/packages/astronomy.scm (python-crds): Update to 13.1.0.
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..2aa98d01f0 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.0")
;; Git: <https://github.com/spacetelescope/crds>
(source
(origin
(method url-fetch)
(uri (pypi-uri "crds" version))
(sha256
- (base32 "1i0si0z400grdwrkni8fcp58m8f8n2k18n319cwfdlasbw6r2pr5"))))
+ (base32 "18r5wf6pvy8x4rinib2nbwigjs8k7dx9y7hr6ndiq6xyfd95nbl9"))))
(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.