diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-09 21:20:04 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-30 10:30:46 +0100 |
commit | 2f7926dd36e47c6c52f331c543181d80c4089631 (patch) | |
tree | ae3b947523fba59d391b263adc7adbc4bd2f26ba /gnu/packages | |
parent | dc7cca9fef2efa6caa40677ea654f0f2c728a792 (diff) | |
download | guix-2f7926dd36e47c6c52f331c543181d80c4089631.tar.gz guix-2f7926dd36e47c6c52f331c543181d80c4089631.zip |
gnu: python-crds: Update to 11.17.26.
* gnu/packages/astronomy.scm (python-crds): Update to 11.17.26.
Change-Id: Ifdee55f01db207bb36d8e408d393d51865927579
Diffstat (limited to 'gnu/packages')
-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 c642e4dbcd..20063c3b06 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2172,13 +2172,13 @@ monochromatic sequential colormaps like @code{blue}, @code{green}, and (define-public python-crds (package (name "python-crds") - (version "11.17.25") + (version "11.17.26") (source (origin (method url-fetch) (uri (pypi-uri "crds" version)) (sha256 - (base32 "18j0mn11nfgnbx42h1hzhfmyzg9ww9bgmrjxss8ni98kdj35q9kv")))) + (base32 "1qw1j3gz8l2z4ra33hl4zblc90kvwjf2ajb343n0xmf7lzs1gwc7")))) (build-system pyproject-build-system) (arguments (list |