me
/
guix
Archived
1
0
Fork 0

gnu: python-photutils: Update to 1.7.0.

* gnu/packages/astronomy.scm (python-photutils): Update to 1.7.0.

Signed-off-by: Vinicius Monego <monego@posteo.net>
master
Sharlatan Hellseher 2023-05-24 22:51:50 +01:00 committed by Vinicius Monego
parent 0f4867667f
commit c8c233a127
No known key found for this signature in database
GPG Key ID: 637B0B138065B68A
1 changed files with 2 additions and 2 deletions

View File

@ -1566,13 +1566,13 @@ the easy construction of interactive matplotlib widget based animations.")
(define-public python-photutils
(package
(name "python-photutils")
(version "1.6.0")
(version "1.7.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "photutils" version))
(sha256
(base32 "0w4kxl6aqjp2wv396krw30kwg6cmmska8gvgpihm2i2zxyzz39vd"))))
(base32 "1bq4ma402lpa5d6l85awlc23kasxf40nq8hgi3iyrilnfikan0jz"))))
(build-system python-build-system)
(arguments
`(#:test-target "pytest"