diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-09-07 23:32:20 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-09-27 12:07:18 +0100 |
commit | 1cd93c474e418878ce91a2297e7e88995bb01dee (patch) | |
tree | a67ef4ebd4b85d08a8fac6fa65cd67bc987af5c5 | |
parent | b38d893b909ebcf8f8fa3a53cd9378c49122a2e7 (diff) | |
download | guix-1cd93c474e418878ce91a2297e7e88995bb01dee.tar guix-1cd93c474e418878ce91a2297e7e88995bb01dee.tar.gz |
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>
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 2c8e16f550..14424fae70 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1925,13 +1925,13 @@ the easy construction of interactive matplotlib widget based animations.") (define-public python-photutils (package (name "python-photutils") - (version "1.7.0") + (version "1.9.0") (source (origin (method url-fetch) (uri (pypi-uri "photutils" version)) (sha256 - (base32 "1bq4ma402lpa5d6l85awlc23kasxf40nq8hgi3iyrilnfikan0jz")))) + (base32 "0gjvrmcb10lyqx3h9521zqskqngd5xcp3l9h2b02mk1p7q54mzdy")))) (build-system pyproject-build-system) (arguments (list |