diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-12-18 13:33:29 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-01-12 21:42:07 +0000 |
commit | 1f38e64779fa865bf25924a718950ea2720cd318 (patch) | |
tree | 0a1394275fcc4fccf006e39daff5a2557491db3e /gnu/packages | |
parent | 617cf3b1f3c184c72f180a89333cfe5c250dce0c (diff) | |
download | guix-1f38e64779fa865bf25924a718950ea2720cd318.tar.gz guix-1f38e64779fa865bf25924a718950ea2720cd318.zip |
gnu: python-stsci-imagestats: Update to 1.8.0.
* gnu/packages/astronomy.scm (python-stsci-imagestats): Update to 1.8.0.
Change-Id: I7d1c869b3e52e862d0556abb18ba3b96ca49408a
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 20f72af0f2..00653efd70 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2681,13 +2681,13 @@ Science Institute} image array manipulation functions.") (define-public python-stsci-imagestats (package (name "python-stsci-imagestats") - (version "1.6.3") + (version "1.8.0") (source (origin (method url-fetch) (uri (pypi-uri "stsci.imagestats" version)) (sha256 (base32 - "14457izlbnks84dyza75ib3nvx2w8nhlqm9vc1zb7hbhknb5gjvw")))) + "01jqqrhcna0ghin48bbcza57d12371ny4l4pqws89irwdhd8xr0r")))) (build-system pyproject-build-system) (arguments (list #:tests? #f)) ;No tests |