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
This commit is contained in:
Sharlatan Hellseher 2024-09-18 14:39:24 +01:00
parent 8fa5034414
commit 5ed709b53d
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3436,7 +3436,7 @@ (define-public python-regions
(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 @@ (define-public python-regularizepsf
(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 @@ (define-public python-regularizepsf
python-numpy
python-scikit-image
python-scipy
python-sep))
python-sep-pjw))
(native-inputs
(list python-cython
python-pytest