gnu: python-stsci-imagestats: Update to 1.8.2.
* gnu/packages/astronomy.scm (python-stsci-imagestats): Update to 1.8.2. Change-Id: I13bb6eab789a8aa365f6bf0f0f892d8a17e3cc66master
parent
f763d61368
commit
6500f71b38
|
@ -3162,13 +3162,13 @@ Science Institute} image array manipulation functions.")
|
||||||
(define-public python-stsci-imagestats
|
(define-public python-stsci-imagestats
|
||||||
(package
|
(package
|
||||||
(name "python-stsci-imagestats")
|
(name "python-stsci-imagestats")
|
||||||
(version "1.8.0")
|
(version "1.8.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "stsci.imagestats" version))
|
(uri (pypi-uri "stsci.imagestats" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01jqqrhcna0ghin48bbcza57d12371ny4l4pqws89irwdhd8xr0r"))))
|
"1nmya85bf2747c9ggya6my5b1slk6g2a7bk16rdv8r5a4ah9hda5"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in New Issue