me
/
guix
Archived
1
0
Fork 0

gnu: python-photutils: Update to 1.9.0.

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

Signed-off-by: Christopher Baines <mail@cbaines.net>
Sharlatan Hellseher 2023-09-07 23:32:20 +01:00 committed by Christopher Baines
parent b38d893b90
commit 1cd93c474e
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -1925,13 +1925,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.7.0") (version "1.9.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "photutils" version)) (uri (pypi-uri "photutils" version))
(sha256 (sha256
(base32 "1bq4ma402lpa5d6l85awlc23kasxf40nq8hgi3iyrilnfikan0jz")))) (base32 "0gjvrmcb10lyqx3h9521zqskqngd5xcp3l9h2b02mk1p7q54mzdy"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list