diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-20 22:51:58 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-30 20:12:40 +0100 |
commit | cb5f071e3768ecc4d37c558bd9c6e9af90e34156 (patch) | |
tree | 7adca0bc9f6ff3f0c67e330a65996e5715349f71 | |
parent | 1a617fcf09b38b229ee165c6b217eb31af4f9439 (diff) | |
download | guix-cb5f071e3768ecc4d37c558bd9c6e9af90e34156.tar.gz guix-cb5f071e3768ecc4d37c558bd9c6e9af90e34156.zip |
gnu: python-photutils: Update to 2.2.0.
* gnu/packages/astronomy.scm (python-photutils): Update to 2.2.0.
Change-Id: I047a6f4496edcaf90b8a3b58cb7ffc3bf8204b9a
-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 67d406fa43..f764207082 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -4948,13 +4948,13 @@ can be described by @acronym{WCS, World Coordinate System} translations.") (define-public python-photutils (package (name "python-photutils") - (version "2.0.2") + (version "2.2.0") (source (origin (method url-fetch) (uri (pypi-uri "photutils" version)) (sha256 - (base32 "0lpah7a4wb3r7i8d4gc5bmb34bx3idg921220xhsgdplml77syzh")))) + (base32 "1h1bf8694pf9qdv9gf0934v6dk08d3ybrj858salqnfz6prnfnzb")))) (build-system pyproject-build-system) (arguments (list |