sharlatan pushed a commit to branch master
in repository guix.

commit 5e493d4b42e541feeb3eae95553700e0d8cb273c
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jun 18 09:50:01 2024 +0100

    gnu: python-skyfield: Update to 1.49.
    
    * gnu/packages/astronomy.scm (python-skyfield): Update to 1.49.
    
    Change-Id: I640e7de951bf5e90f4d9a4d47c4228ab239f93d5
---
 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 c61f29f082..ca97704d5e 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4904,7 +4904,7 @@ pipelines.")
 (define-public python-skyfield
   (package
     (name "python-skyfield")
-    (version "1.48")
+    (version "1.49")
     (source
      (origin
        (method git-fetch) ; PyPI tarball lacks test data
@@ -4913,7 +4913,7 @@ pipelines.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0l324r4pz7d5w72c7c5akvjx40287hl7sl0qv7swvn2da53vmq0r"))))
+        (base32 "1rk71lzy8w28f2kzhxb3pyndncrj91jay43nvqlrlzjxi2rbg7ix"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to