guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit 799a4868d8edd470fa4f2c881e06c75ccb212e74
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Mar 13 16:33:08 2026 +0000
gnu: python-crds: Update to 13.1.10.
* gnu/packages/astronomy.scm (python-crds): Update to 13.1.10.
[source]: Switch to git-fetch.
Change-Id: I80bf27428afbdc9c6fc9b7197359b17190a537a3
---
gnu/packages/astronomy.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 5484588749..91738ebe23 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4162,14 +4162,16 @@ Spectrograph}.")
(define-public python-crds
(package
(name "python-crds")
- (version "13.1.4")
- ;; Git: <https://github.com/spacetelescope/crds>
+ (version "13.1.10")
(source
(origin
- (method url-fetch)
- (uri (pypi-uri "crds" version))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/spacetelescope/crds")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
- (base32 "0zk3dfxalsgwgkn5s8vsrznqcrsypvwaq0gnvqi53905d1lky67i"))))
+ (base32 "1lyvqngwvmywsm7qj087nf6fnjclc9y0hdspbs2341vyysyzj8iq"))))
(build-system pyproject-build-system)
(arguments
(list