diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-01-27 22:11:03 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-02-27 22:51:57 +0000 |
commit | 139bc1821998e9d85e3d2795de24ab6a196bcd42 (patch) | |
tree | 22154b2da1914a771a989af20abbc175ed36c813 /gnu | |
parent | 9bdb24b74e7857a923ed70c213bec3adb64863f1 (diff) | |
download | guix-139bc1821998e9d85e3d2795de24ab6a196bcd42.tar.gz guix-139bc1821998e9d85e3d2795de24ab6a196bcd42.zip |
gnu: python-crds: Update to 11.17.16.
* gnu/packages/astronomy.scm (python-crds): Update to 11.17.16.
Change-Id: Ib6f193f94c727c1280eadc15dfcc4c227e6c2a3e
Diffstat (limited to 'gnu')
-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 9583524660..2e809c6749 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1909,13 +1909,13 @@ attempting to maintain ISTP compliance (define-public python-crds (package (name "python-crds") - (version "11.17.14") + (version "11.17.16") (source (origin (method url-fetch) (uri (pypi-uri "crds" version)) (sha256 (base32 - "1z9lrwrb07s9kn28nammjx75qb0ky7srd9i40dnkmm9zsaqz5jfm")))) + "0j84l7132mvwww2y83h2dgz5qw792ilp3hml4h12n7ydks0w0534")))) (build-system pyproject-build-system) (arguments (list |