[bug#77975,06/32] gnu: python-skyfield: Update to 1.53.

Message ID 3492ef7f61e86f9a0705b5563f420a8ba21a98ab.1745272461.git.sharlatanus@gmail.com
State New
Headers
Series Astro update 2025/04. |

Commit Message

Sharlatan Hellseher April 21, 2025, 10:03 p.m. UTC
  * 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(-)
  

Patch

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 @@  (define-public python-roman-datamodels
 (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 @@  (define-public python-skyfield
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "08gg94fb4h5gjsywzy539h9znyghbi0rqnfsnajhwf5vq8wwhbzq"))))
+        (base32 "0jj0bjvzlfxr4qaq6mnybhwabhz9n70afi8sd6a26wl79s5bw1q9"))))
     (build-system pyproject-build-system)
     (arguments
      (list