diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-05-24 22:51:50 +0100 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2023-05-25 21:20:05 -0300 |
commit | c8c233a127191ba73f19c29dacc352794f9be72c (patch) | |
tree | ea6d0059a59dcc46dd6a99f23888cc225d4a4ee1 /gnu/packages | |
parent | 0f4867667f5897c6a51e77e7e42c63c165be20b7 (diff) | |
download | guix-c8c233a127191ba73f19c29dacc352794f9be72c.tar.gz guix-c8c233a127191ba73f19c29dacc352794f9be72c.zip |
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>
Diffstat (limited to 'gnu/packages')
-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 07008c372e..0fd6de576d 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -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" |