sharlatan pushed a commit to branch master
in repository guix.
commit 5ed709b53dc0456a820d5b126b21d09c90de20d5
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Sep 18 14:39:24 2024 +0100
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
---
gnu/packages/astronomy.scm | 6 +++---
1 file 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