guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

28/45: gnu: python-photutils: Update to 2.0.2.


From: guix-commits
Subject: 28/45: gnu: python-photutils: Update to 2.0.2.
Date: Sat, 30 Nov 2024 10:16:38 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 6d4e17b30c210638600daf92df403d6d3ecee5a8
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Nov 21 16:34:46 2024 +0000

    gnu: python-photutils: Update to 2.0.2.
    
    * gnu/packages/astronomy.scm (python-photutils): Update to 2.0.2.
    
    Change-Id: I28b9d14f13157362c4781068c16c22b890c34a24
---
 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 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]