gnu: python-photutils: Update to 1.6.0.
* gnu/packages/astronomy.scm (python-photutils): Update to 1.6.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
2f7c460182
commit
dbf965dd7b
@ -1309,13 +1309,13 @@ the easy construction of interactive matplotlib widget based animations.")
|
|||||||
(define-public python-photutils
|
(define-public python-photutils
|
||||||
(package
|
(package
|
||||||
(name "python-photutils")
|
(name "python-photutils")
|
||||||
(version "1.5.0")
|
(version "1.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "photutils" version))
|
(uri (pypi-uri "photutils" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "129n268wnziprrv09f7y6f98cj1vh1bzp7ygsna10h3ilnjplkq1"))))
|
(base32 "0w4kxl6aqjp2wv396krw30kwg6cmmska8gvgpihm2i2zxyzz39vd"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "pytest"
|
`(#:test-target "pytest"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user