diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-10-27 23:14:56 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-11-05 18:09:36 +0000 |
commit | 7e7a3bd6e00f3213e259105a916e2413f33e2899 (patch) | |
tree | 40131d0d1b19f93f9d31e883f2cf916890201b3f | |
parent | 944005417dd4f978e533f22394b8a34168e59be6 (diff) | |
download | guix-7e7a3bd6e00f3213e259105a916e2413f33e2899.tar.gz guix-7e7a3bd6e00f3213e259105a916e2413f33e2899.zip |
gnu: python-crds: Update to 11.17.7.
* gnu/packages/astronomy.scm (python-crds): Update to 11.17.7.
Signed-off-by: Christopher Baines <mail@cbaines.net>
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index cf33f568a7..5bd6f957b3 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1835,13 +1835,13 @@ attempting to maintain ISTP compliance (define-public python-crds (package (name "python-crds") - (version "11.17.6") + (version "11.17.7") (source (origin (method url-fetch) (uri (pypi-uri "crds" version)) (sha256 (base32 - "1sbfl45rx21g622vm8baqv0ydcdixf1jdjgydn07sxl7kn15fa4g")))) + "10cxhb1xss21p992bfd5jm8bix1n12h0fd8m5sp6bcsgn6zs94v0")))) (build-system pyproject-build-system) (arguments (list |