diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-06-13 12:13:10 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-06-30 10:11:18 +0100 |
commit | 2279395ed0948887027963324820aed6bb5ea64e (patch) | |
tree | e73920d502381b833c907eae0dda40d50938fc06 /gnu | |
parent | 6d739426c73dad603c0b3e4c41a7cfb3d4bf46cb (diff) |
gnu: python-stcal: Update to 1.7.1.
* gnu/packages/astronomy.scm (python-stcal): Update to 1.7.1.
Change-Id: Ia8a1082c192fa944dd6a3d897554ae6dcfeb738c
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 2bae2c6739..81a339446b 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3323,13 +3323,13 @@ processing functions: @code{xyxymatch}, @code{geomap}.") (define-public python-stcal (package (name "python-stcal") - (version "1.7.0") + (version "1.7.1") (source (origin (method url-fetch) (uri (pypi-uri "stcal" version)) (sha256 - (base32 "04ippj90dn2671xg4rvncf7jsbpcflr7dr6jc2h52z7xfd1msb4d")))) + (base32 "003ygbfa25awvy2zjfxd1k4f1aklsvd53sdk7qa0w42v6ys2kabs")))) (build-system pyproject-build-system) (arguments (list |