guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 1a964b2ea9cc924eed927a32afc765a625ad63ad
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Sep 18 14:50:47 2025 +0100
gnu: python-crds: Update to 13.0.4.
* gnu/packages/astronomy.scm (python-crds): Update to 13.0.4.
[propagated-inputs]: Remove python-boto3 and python-pysynphot.
[native-inputs]: Remove python-stsynphot and python-wheel.
Change-Id: I275d5d8eee1fa24bd3f6ffde7c107f258347dc94
---
gnu/packages/astronomy.scm | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 6b4d42cbef..ced57355eb 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3637,13 +3637,13 @@ Spectrograph}.")
(define-public python-crds
(package
(name "python-crds")
- (version "12.1.11")
+ (version "13.0.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "crds" version))
(sha256
- (base32 "1h4n5wyv23pa1fld2nfqph6app8zxb8zkzv5p1w6dm11n7zbnxih"))))
+ (base32 "02901rqzvgd8ssw1rv3skinqbxp0nycwx75k7n3bn3fjyfn2g2zc"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -3683,19 +3683,18 @@ Spectrograph}.")
python-pytest-astropy
python-pytest-doctestplus
python-setuptools
- python-setuptools-scm
- python-stsynphot
- python-wheel))
+ python-setuptools-scm))
(propagated-inputs
- (list python-asdf
- python-astropy
- python-beautifulsoup4
- python-boto3
- python-filelock
+ (list python-astropy
python-numpy
- python-parsley
- python-pysynphot
+ python-filelock
+ python-asdf
python-requests
+ python-parsley
+ ;; [optional]
+ python-beautifulsoup4
+ ;; python-crds -> python-ci-watson -> python-jwst -> python-crds
+ ;; python-jwst
python-roman-datamodels
python-stsynphot))
(home-page "https://hst-crds.stsci.edu")