mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: python-photutils: Update to 2.0.2.
* gnu/packages/astronomy.scm (python-photutils): Update to 2.0.2. Change-Id: I28b9d14f13157362c4781068c16c22b890c34a24
This commit is contained in:
parent
0da22e85ba
commit
6d4e17b30c
1 changed files with 2 additions and 2 deletions
|
@ -4032,13 +4032,13 @@ (define-public python-ndcube
|
|||
(define-public python-photutils
|
||||
(package
|
||||
(name "python-photutils")
|
||||
(version "2.0.1")
|
||||
(version "2.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "photutils" version))
|
||||
(sha256
|
||||
(base32 "1mcsp5bsg3i6w3v9gf7vhkyhlxsn57hgbs0b94p5c4hcv9fa4y3g"))))
|
||||
(base32 "0lpah7a4wb3r7i8d4gc5bmb34bx3idg921220xhsgdplml77syzh"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue