diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-09-18 14:39:24 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-09-30 22:06:31 +0100 |
commit | 5ed709b53dc0456a820d5b126b21d09c90de20d5 (patch) | |
tree | 72058b5c0243f18ebddf29105f3430e0f0572004 /gnu | |
parent | 8fa50344145faae5784f8227477ef2a401692aab (diff) | |
download | guix-5ed709b53dc0456a820d5b126b21d09c90de20d5.tar.gz guix-5ed709b53dc0456a820d5b126b21d09c90de20d5.zip |
gnu: python-regularizepsf: Update to 0.4.0.
* gnu/packages/astronomy.scm (python-regularizepsf): Update to 0.4.0.
[propagated-inputs]: Remove python-sep; add python-sep-pjw.
Change-Id: I1480a686d87a7e9fe971c5b1450db4c74d4ef7e8
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/astronomy.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 7a9efe5aaa..c010888821 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3436,7 +3436,7 @@ setup(ext_modules=get_extensions())"))))) (define-public python-regularizepsf (package (name "python-regularizepsf") - (version "0.3.4") + (version "0.4.0") (source (origin (method git-fetch) ; no tests data in the PyPI tarball @@ -3445,7 +3445,7 @@ setup(ext_modules=get_extensions())"))))) (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "078nklks6hjq0hgv6wpbh2x1m2yh6kmzyfgdzd9q82lxpjy1vq0i")))) + (base32 "0b16lscrzd1lribwis19y6dh6qrgddhcinlc2lbwkzzqqkjdnyzi")))) (build-system pyproject-build-system) (arguments (list @@ -3468,7 +3468,7 @@ setup(ext_modules=get_extensions())"))))) python-numpy python-scikit-image python-scipy - python-sep)) + python-sep-pjw)) (native-inputs (list python-cython python-pytest |