[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/09: gnu: python-photutils: Update to 1.6.0.
From: |
guix-commits |
Subject: |
09/09: gnu: python-photutils: Update to 1.6.0. |
Date: |
Fri, 27 Jan 2023 12:18:20 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit dbf965dd7b76dfa50ee80e037a7404e163b9917c
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Jan 23 00:01:59 2023 +0000
gnu: python-photutils: Update to 1.6.0.
* gnu/packages/astronomy.scm (python-photutils): Update to 1.6.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/astronomy.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 6f50d5bb7f..2f08b656c0 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1309,13 +1309,13 @@ the easy construction of interactive matplotlib widget
based animations.")
(define-public python-photutils
(package
(name "python-photutils")
- (version "1.5.0")
+ (version "1.6.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "photutils" version))
(sha256
- (base32 "129n268wnziprrv09f7y6f98cj1vh1bzp7ygsna10h3ilnjplkq1"))))
+ (base32 "0w4kxl6aqjp2wv396krw30kwg6cmmska8gvgpihm2i2zxyzz39vd"))))
(build-system python-build-system)
(arguments
`(#:test-target "pytest"
- branch master updated (729eabc6ae -> dbf965dd7b), guix-commits, 2023/01/27
- 06/09: gnu: python-astropy: Update to 5.2.1., guix-commits, 2023/01/27
- 01/09: gnu: hwloc: Update to 2.9.0., guix-commits, 2023/01/27
- 09/09: gnu: python-photutils: Update to 1.6.0.,
guix-commits <=
- 03/09: gnu: inkscape: Fix qrcode rendering., guix-commits, 2023/01/27
- 05/09: gnu: jed: Delete Windows binaries from the source tarball., guix-commits, 2023/01/27
- 07/09: gnu: python-sunpy: Update to 4.1.1., guix-commits, 2023/01/27
- 02/09: gnu: hypre: Mark as tunable., guix-commits, 2023/01/27
- 08/09: gnu: python-regions: Update to 0.7., guix-commits, 2023/01/27
- 04/09: gnu: Add jed., guix-commits, 2023/01/27