guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit 2bb2490941caf6be2c5255b3860fc8a4d709cf79
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Feb 17 13:30:23 2026 +0000
gnu: python-calcos: Update to 3.6.2.
* gnu/packages/astronomy.scm (python-calcos): Update to 3.6.2.
[propagated-inputs]: Remove python-stsci-tools.
[native-inputs]: Remove python-pytest-cov and python-wheel.
Change-Id: Id8e80b1e04b6330e368067dff68fd8a2ddfaa42f
---
gnu/packages/astronomy.scm | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 6ae69f09b0..afab443df5 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3562,27 +3562,24 @@ Python scripts.")
(define-public python-calcos
(package
(name "python-calcos")
- (version "3.6.1")
+ (version "3.6.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "calcos" version))
(sha256
- (base32 "0mfyinbbrps1ryjnqkjj7h7117clx762q7jvl7raycf1wj0g2zs0"))))
+ (base32 "0f0idd6kdkzyq99zs3202d0nm2fjcdyjnk6wd1zy0w86vc8vmsx8"))))
(build-system pyproject-build-system)
(native-inputs
(list python-ci-watson
python-numpy
python-pytest
- python-pytest-cov
python-setuptools
- python-setuptools-scm
- python-wheel))
+ python-setuptools-scm))
(propagated-inputs
(list python-astropy
python-numpy
- python-scipy
- python-stsci-tools))
+ python-scipy))
(home-page "https://hst-docs.stsci.edu/cosdhb/chapter-3-cos-calibration")
(synopsis "Calibration software for Cosmic Origins Spectrograph")
(description