sharlatan pushed a commit to branch master
in repository guix.

commit 5e3a5fa986c4a11088d39789f3447fc3a3dc71c8
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Mon Apr 21 16:41:20 2025 +0100

    gnu: python-losoto: Update to 2.5.0.
    
    * gnu/packages/astronomy.scm (python-losoto): Update to 2.5.0.
    
    Change-Id: I4ce1092227d5fd1acb185e25880fa7eed0650d5b
---
 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 af56fc8d6c..13e6344bb1 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3575,7 +3575,7 @@ solutions generated by NDPPP.")
 (define-public python-losoto
   (package
     (name "python-losoto")
-    (version "2.4.4")
+    (version "2.5.0")
     (source
      (origin
        (method git-fetch) ; no tests data in the PyPI tarball
@@ -3584,7 +3584,7 @@ solutions generated by NDPPP.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0sdg30fi3dl4w5k4a4ry8b4rgx8ydf18s0yrka1ba1sin34jkwnk"))))
+        (base32 "1bpp156rrn35x1350kn1g7h6s9427yh1mhs5dbdyzy264z1m2gdr"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to