diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-03-11 20:45:34 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-03-29 15:08:10 +0000 |
commit | 5828d493597ee25554013809f4314e1429c2dec0 (patch) | |
tree | 1d1639a76331cee1cdfd05b7f5199fb029046b07 /gnu | |
parent | a2f7238aaa85808edb809cf098b64732322fbbf0 (diff) | |
download | guix-5828d493597ee25554013809f4314e1429c2dec0.tar.gz |
gnu: python-stcal: Update to 1.6.1.
* gnu/packages/astronomy.scm (python-stcal): Update to 1.6.1. Change-Id: Ifca867967c302234d38bbe4fa6fcd2a1d61914cf
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 bdf65d0693..431bd0346e 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3128,13 +3128,13 @@ image processing functions: @code{xyxymatch}, @code{geomap}.") (define-public python-stcal (package (name "python-stcal") - (version "1.6.0") + (version "1.6.1") (source (origin (method url-fetch) (uri (pypi-uri "stcal" version)) (sha256 - (base32 "12skkbc59alw3asvw36x7nvibx68ccfiqdlgs8b5cvdns5j47f9n")))) + (base32 "1rwvzjpidz0sfp52mqgs25599hbvxyc4gdc1yk0kdm8aynhdwi82")))) (build-system pyproject-build-system) (arguments (list |