diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-09 22:31:49 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-30 19:32:15 +0000 |
commit | de951c61a77c71c5f08014b0ed5a9411fc28dee3 (patch) | |
tree | 87f9a32762c49bfb385c809a4a70918c51ba619a /gnu | |
parent | 7eea67cee58e5412d6f31090c1ab75c7897f29aa (diff) | |
download | guix-de951c61a77c71c5f08014b0ed5a9411fc28dee3.tar.gz guix-de951c61a77c71c5f08014b0ed5a9411fc28dee3.zip |
gnu: python-crds: Update to 12.0.4.
* gnu/packages/astronomy.scm (python-crds): Update to 12.0.4.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I9ceeca97a8d05a0c7f72ca61c03c8d2b9877f7fb
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/astronomy.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 6f8b2c10f4..6657b7704a 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3312,13 +3312,13 @@ monochromatic sequential colormaps like @code{blue}, @code{green}, and (define-public python-crds (package (name "python-crds") - (version "11.18.4") + (version "12.0.4") (source (origin (method url-fetch) (uri (pypi-uri "crds" version)) (sha256 - (base32 "1z6apmss8wym3lpp2mifqxz0i5vvi39g0i2agvw0lchcyzw3jvig")))) + (base32 "1xsw120npgf962p3s9rddi88ppmvr0hs6203dnv05wvq2jyfsymv")))) (build-system pyproject-build-system) (arguments (list @@ -3338,7 +3338,9 @@ monochromatic sequential colormaps like @code{blue}, @code{green}, and python-stsynphot python-requests)) (native-inputs - (list python-setuptools-scm)) + (list python-setuptools + python-setuptools-scm + python-wheel)) (home-page "https://hst-crds.stsci.edu") (synopsis "Calibration Reference Data System for HST and JWST") (description |