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>
parent
85e1945e13
commit
8b6d84a81c
|
@ -1692,13 +1692,13 @@ attempting to maintain ISTP compliance
|
||||||
(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 @@ attempting to maintain ISTP compliance
|
||||||
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
|
||||||
|
|
Reference in New Issue