mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: python-stsci-image: Update to 2.3.7.
* gnu/packages/astronomy.scm (python-stsci-image): Update to 2.3.7. Change-Id: Icd3c8d2b893e9eb83820912a0f6afe855330aa97 Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
7061badb04
commit
6929eaec0e
1 changed files with 3 additions and 3 deletions
|
@ -3229,13 +3229,13 @@ (define-public python-spherical-geometry
|
|||
(define-public python-stsci-image
|
||||
(package
|
||||
(name "python-stsci-image")
|
||||
(version "2.3.5")
|
||||
(version "2.3.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "stsci.image" version))
|
||||
(uri (pypi-uri "stsci_image" version))
|
||||
(sha256
|
||||
(base32 "1vnp4256nbdvapa69cmm80sjz11ygxa49abr9nbvssj6nyyp5icb"))))
|
||||
(base32 "13sbych5929isrick2035rk31qcb1icm2l6pz7pjqsi45hsffxxm"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue