summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-03-13 16:33:08 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-03-31 21:50:47 +0100
commit42aa20e529b216e8a0cb987db4e2be3bdc8fbd6f (patch)
tree4d01a27ac55c77ae1c17f49e1f53f70cb56a6b24 /gnu
parenta911f8ac265ff6cffb507fefd0408cbed12fbd00 (diff)
gnu: python-crds: Update to 13.1.11.
* gnu/packages/astronomy.scm (python-crds): Update to 13.1.11. [source]: Switch to git-fetch. Change-Id: I80bf27428afbdc9c6fc9b7197359b17190a537a3
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/astronomy.scm12
1 files changed, 7 insertions, 5 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 87243e5baf1..e03f576a091 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4166,14 +4166,16 @@ Spectrograph}.")
(define-public python-crds
(package
(name "python-crds")
- (version "13.1.4")
- ;; Git: <https://github.com/spacetelescope/crds>
+ (version "13.1.11")
(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 "1mpj7c70d9pbhpq9qv9jr5ha5b4zbadnb6hj0srm2byplagnsc9c"))))
(build-system pyproject-build-system)
(arguments
(list