mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: python-stcal: Update to 1.6.1.
* gnu/packages/astronomy.scm (python-stcal): Update to 1.6.1. Change-Id: Ifca867967c302234d38bbe4fa6fcd2a1d61914cf
This commit is contained in:
parent
a2f7238aaa
commit
5828d49359
1 changed files with 2 additions and 2 deletions
|
@ -3128,13 +3128,13 @@ (define-public python-stsci-stimage
|
||||||
(define-public python-stcal
|
(define-public python-stcal
|
||||||
(package
|
(package
|
||||||
(name "python-stcal")
|
(name "python-stcal")
|
||||||
(version "1.6.0")
|
(version "1.6.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "stcal" version))
|
(uri (pypi-uri "stcal" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "12skkbc59alw3asvw36x7nvibx68ccfiqdlgs8b5cvdns5j47f9n"))))
|
(base32 "1rwvzjpidz0sfp52mqgs25599hbvxyc4gdc1yk0kdm8aynhdwi82"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue