mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: python-crds: Update to 11.17.4.
* gnu/packages/astronomy.scm (python-crds): Update to 11.17.4. [propagated-inputs]: Remove python-lxml. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
85e1945e13
commit
8b6d84a81c
1 changed files with 2 additions and 3 deletions
|
@ -1692,13 +1692,13 @@ (define-public python-cdflib
|
||||||
(define-public python-crds
|
(define-public python-crds
|
||||||
(package
|
(package
|
||||||
(name "python-crds")
|
(name "python-crds")
|
||||||
(version "11.17.0")
|
(version "11.17.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "crds" version))
|
(uri (pypi-uri "crds" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0sdz1k4hrgrc2jwihp9ns7lx23kcz7f90c222q7aaqf9g3vvpqlr"))))
|
"0bk6cyd2il7ibqwky6m5kkgs9shrlzyfpnp2rh9jx0xa9habf7zm"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -1710,7 +1710,6 @@ (define-public python-crds
|
||||||
python-astropy
|
python-astropy
|
||||||
python-boto3
|
python-boto3
|
||||||
python-filelock
|
python-filelock
|
||||||
python-lxml
|
|
||||||
python-numpy
|
python-numpy
|
||||||
python-parsley
|
python-parsley
|
||||||
python-pysynphot
|
python-pysynphot
|
||||||
|
|
Loading…
Reference in a new issue