mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
8fa5034414
commit
5ed709b53d
1 changed files with 3 additions and 3 deletions
|
@ -3436,7 +3436,7 @@ (define-public python-regions
|
||||||
(define-public python-regularizepsf
|
(define-public python-regularizepsf
|
||||||
(package
|
(package
|
||||||
(name "python-regularizepsf")
|
(name "python-regularizepsf")
|
||||||
(version "0.3.4")
|
(version "0.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch) ; no tests data in the PyPI tarball
|
(method git-fetch) ; no tests data in the PyPI tarball
|
||||||
|
@ -3445,7 +3445,7 @@ (define-public python-regularizepsf
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "078nklks6hjq0hgv6wpbh2x1m2yh6kmzyfgdzd9q82lxpjy1vq0i"))))
|
(base32 "0b16lscrzd1lribwis19y6dh6qrgddhcinlc2lbwkzzqqkjdnyzi"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -3468,7 +3468,7 @@ (define-public python-regularizepsf
|
||||||
python-numpy
|
python-numpy
|
||||||
python-scikit-image
|
python-scikit-image
|
||||||
python-scipy
|
python-scipy
|
||||||
python-sep))
|
python-sep-pjw))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-cython
|
(list python-cython
|
||||||
python-pytest
|
python-pytest
|
||||||
|
|
Loading…
Reference in a new issue