me
/
guix
Archived
1
0
Fork 0

gnu: python-stsci-imagestats: Update to 1.8.0.

* gnu/packages/astronomy.scm (python-stsci-imagestats): Update to 1.8.0.

Change-Id: I7d1c869b3e52e862d0556abb18ba3b96ca49408a
master
Sharlatan Hellseher 2023-12-18 13:33:29 +00:00
parent 617cf3b1f3
commit 1f38e64779
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 2 additions and 2 deletions

View File

@ -2681,13 +2681,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.6.3") (version "1.8.0")
(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
"14457izlbnks84dyza75ib3nvx2w8nhlqm9vc1zb7hbhknb5gjvw")))) "01jqqrhcna0ghin48bbcza57d12371ny4l4pqws89irwdhd8xr0r"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list #:tests? #f)) ;No tests (list #:tests? #f)) ;No tests