diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-21 16:34:46 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-30 15:10:44 +0000 |
commit | 6d4e17b30c210638600daf92df403d6d3ecee5a8 (patch) | |
tree | dfbc2fdc84c6357865a7708f39d153d5a79c149c | |
parent | 0da22e85baa0ece7936bf7423718aad5b7fb0be9 (diff) |
gnu: python-photutils: Update to 2.0.2.
* gnu/packages/astronomy.scm (python-photutils): Update to 2.0.2.
Change-Id: I28b9d14f13157362c4781068c16c22b890c34a24
-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 a481fb5c77..e2ceb5f5c1 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -4032,13 +4032,13 @@ can be described by @acronym{WCS, World Coordinate System} translations.") (define-public python-photutils (package (name "python-photutils") - (version "2.0.1") + (version "2.0.2") (source (origin (method url-fetch) (uri (pypi-uri "photutils" version)) (sha256 - (base32 "1mcsp5bsg3i6w3v9gf7vhkyhlxsn57hgbs0b94p5c4hcv9fa4y3g")))) + (base32 "0lpah7a4wb3r7i8d4gc5bmb34bx3idg921220xhsgdplml77syzh")))) (build-system pyproject-build-system) (arguments (list |