aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-04-02 21:15:16 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-04-30 21:36:10 +0100
commit5cd3c792bbed7ef7cc5b51fbfaef8581e9acb1ba (patch)
tree630495daa09489855aa175a29dc647c3b1026d20
parentf18f7a7cd5ffee05318a4a69c022c2e89c5caa94 (diff)
downloadguix-5cd3c792bbed7ef7cc5b51fbfaef8581e9acb1ba.tar
guix-5cd3c792bbed7ef7cc5b51fbfaef8581e9acb1ba.tar.gz
gnu: python-stcal: Update to 1.7.0.
* gnu/packages/astronomy.scm (python-stcal): Update to 1.7.0. [native-inputs]: Remove python-pytest-openfiles. Change-Id: Ib33bb72ff73fcf569a2519b3353260461b63c143
-rw-r--r--gnu/packages/astronomy.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 1ac9d13836..968a6ae2c9 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3229,13 +3229,13 @@ image processing functions: @code{xyxymatch}, @code{geomap}.")
(define-public python-stcal
(package
(name "python-stcal")
- (version "1.6.1")
+ (version "1.7.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "stcal" version))
(sha256
- (base32 "1rwvzjpidz0sfp52mqgs25599hbvxyc4gdc1yk0kdm8aynhdwi82"))))
+ (base32 "04ippj90dn2671xg4rvncf7jsbpcflr7dr6jc2h52z7xfd1msb4d"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -3264,7 +3264,6 @@ image processing functions: @code{xyxymatch}, @code{geomap}.")
python-pytest
python-pytest-cov
python-pytest-doctestplus
- python-pytest-openfiles
python-semantic-version
python-setuptools-scm))
(home-page "https://github.com/spacetelescope/stcal")