guix-commits
[Top][All Lists]
Advanced

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

02/10: gnu: python-stcal: Update to 1.4.2.


From: guix-commits
Subject: 02/10: gnu: python-stcal: Update to 1.4.2.
Date: Tue, 8 Aug 2023 03:37:47 -0400 (EDT)

andreas pushed a commit to branch master
in repository guix.

commit 6f0d48ac7141714ab18bac08fa7b0419721682e3
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Jul 27 00:15:44 2023 +0100

    gnu: python-stcal: Update to 1.4.2.
    
    * gnu/packages/astronomy.scm (python-stcal): Update to 1.4.2.
    
    Signed-off-by: Andreas Enge <andreas@enge.fr>
---
 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 a22d2706f4..be339c2104 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2491,13 +2491,13 @@ image processing functions: @code{xyxymatch}, 
@code{geomap}.")
 (define-public python-stcal
   (package
     (name "python-stcal")
-    (version "1.3.7")
+    (version "1.4.2")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "stcal" version))
               (sha256
                (base32
-                "0yy0pwi3krvhxfby6nzgpgyz5il3sl1j29ihbk81dh9fdh3ys2n9"))))
+                "163vyqcd9qv2knf8jik8y449z7ljl2lvbd7im82bq61prgi3z2hj"))))
     (build-system pyproject-build-system)
     (arguments
      (list #:phases #~(modify-phases %standard-phases



reply via email to

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