sharlatan pushed a commit to branch master
in repository guix.

commit c990798bc2d5038a2442895a3f0029129d38dd75
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Mon Apr 21 17:03:54 2025 +0100

    gnu: python-skyfield: Update to 1.53.
    
    * gnu/packages/astronomy.scm (python-skyfield): Update to 1.53.
    
    Change-Id: I6f033ea0c8ff08449fd360900dac24accdb384e7
---
 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 02108839aa..dc8d0c6901 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -7042,7 +7042,7 @@ pipelines.")
 (define-public python-skyfield
   (package
     (name "python-skyfield")
-    (version "1.52")
+    (version "1.53")
     (source
      (origin
        (method git-fetch) ; PyPI tarball lacks test data
@@ -7051,7 +7051,7 @@ pipelines.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "08gg94fb4h5gjsywzy539h9znyghbi0rqnfsnajhwf5vq8wwhbzq"))))
+        (base32 "0jj0bjvzlfxr4qaq6mnybhwabhz9n70afi8sd6a26wl79s5bw1q9"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to