mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 02:36:40 +01:00
gnu: python-stsci-image: Update to 2.3.9.
* gnu/packages/astronomy.scm (python-stsci-image): Update to 2.3.9. Change-Id: Ie2b568859a93e16401414e77498034f7c8e90d89
This commit is contained in:
parent
c12d20feb0
commit
35c7e14f39
1 changed files with 2 additions and 2 deletions
|
@ -3227,13 +3227,13 @@ (define-public python-spherical-geometry
|
||||||
(define-public python-stsci-image
|
(define-public python-stsci-image
|
||||||
(package
|
(package
|
||||||
(name "python-stsci-image")
|
(name "python-stsci-image")
|
||||||
(version "2.3.7")
|
(version "2.3.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "stsci_image" version))
|
(uri (pypi-uri "stsci_image" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "13sbych5929isrick2035rk31qcb1icm2l6pz7pjqsi45hsffxxm"))))
|
(base32 "0w7s93jsz61ccbhj7irl28q4jgiwa7y9k8pfj24q8vc9zvs530pj"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue