mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: python-stcal: Update to 1.7.1.
* gnu/packages/astronomy.scm (python-stcal): Update to 1.7.1. Change-Id: Ia8a1082c192fa944dd6a3d897554ae6dcfeb738c
This commit is contained in:
parent
6d739426c7
commit
2279395ed0
1 changed files with 2 additions and 2 deletions
|
@ -3323,13 +3323,13 @@ (define-public python-stsci-stimage
|
||||||
(define-public python-stcal
|
(define-public python-stcal
|
||||||
(package
|
(package
|
||||||
(name "python-stcal")
|
(name "python-stcal")
|
||||||
(version "1.7.0")
|
(version "1.7.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "stcal" version))
|
(uri (pypi-uri "stcal" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "04ippj90dn2671xg4rvncf7jsbpcflr7dr6jc2h52z7xfd1msb4d"))))
|
(base32 "003ygbfa25awvy2zjfxd1k4f1aklsvd53sdk7qa0w42v6ys2kabs"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue