guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit c6e3a374dbeba85671cb6600b34322d02ac8121f
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Jul 15 14:17:13 2026 +0100
gnu: python-crds: Update to 13.2.7.
* gnu/packages/astronomy.scm (python-crds): Update to 13.2.7.
[native-inputs]: Add python-moto.
---
gnu/packages/astronomy.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index e7a4cdd814..199853eab7 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4646,7 +4646,7 @@ Spectrograph}.")
(define-public python-crds
(package
(name "python-crds")
- (version "13.2.4")
+ (version "13.2.7")
(source
(origin
(method git-fetch)
@@ -4655,7 +4655,7 @@ Spectrograph}.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1g8da42gikkbhn0827dqpkj0npd7g0c61kvf22vz9n2f1abv6r1v"))))
+ (base32 "00f9s4b7vivx5whh443dw7yqcxcw2yd05qpxb5hinxxznyah5rxv"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -4671,6 +4671,7 @@ Spectrograph}.")
" and not "))))
(native-inputs
(list python-mock
+ python-moto
python-pytest
python-pytest-astropy
python-pytest-doctestplus