gnu: python-stsci-stimage: Update to 0.2.8.
* gnu/packages/astronomy.scm (python-stsci-stimage): Update to 0.2.8. Change-Id: Ib2f8b9544bc732959d87527d2c55f274dab4393b
This commit is contained in:
parent
595f9440b7
commit
c8a468047c
1 changed files with 3 additions and 3 deletions
|
@ -3242,13 +3242,13 @@ task}.")
|
||||||
(define-public python-stsci-stimage
|
(define-public python-stsci-stimage
|
||||||
(package
|
(package
|
||||||
(name "python-stsci-stimage")
|
(name "python-stsci-stimage")
|
||||||
(version "0.2.6")
|
(version "0.2.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "stsci.stimage" version))
|
(uri (pypi-uri "stsci_stimage" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0i7xby1gaiplvbqqv8a4f4cw1is8fwj89mix1z3bqrykqi3n24g0"))))
|
"0p188my6djy65a8j6qsc3v0dpr2svqqv90n0pxxzy52vdjiz3w0w"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in a new issue