guix-commits
[Top][All Lists]
Advanced

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

45/46: gnu: python-stcal: Update to 1.6.0.


From: guix-commits
Subject: 45/46: gnu: python-stcal: Update to 1.6.0.
Date: Tue, 27 Feb 2024 17:55:23 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit b1a60ed3688692e4e31a6be3c0d58fe7e0354703
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Feb 20 11:29:18 2024 +0000

    gnu: python-stcal: Update to 1.6.0.
    
    * gnu/packages/astronomy.scm (python-stcal): Update to 1.6.0.
    
    Change-Id: I94667375f4d2d14be6b3d2bdb9beaefbea3a554d
---
 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 af0f30756f..175a8ee574 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3128,13 +3128,13 @@ image processing functions: @code{xyxymatch}, 
@code{geomap}.")
 (define-public python-stcal
   (package
     (name "python-stcal")
-    (version "1.5.2")
+    (version "1.6.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "stcal" version))
        (sha256
-        (base32 "0r1a9f476f8ivhrwbcny3rnj9s4plaps6p36c22w73g546d476b7"))))
+        (base32 "12skkbc59alw3asvw36x7nvibx68ccfiqdlgs8b5cvdns5j47f9n"))))
     (build-system pyproject-build-system)
     (arguments
      (list



reply via email to

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