guix_mirror_bot pushed a commit to branch master
in repository guix.

commit f5eaecd697966c33f0c69be5f78da5c5bdb2998e
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Aug 21 12:43:14 2026 +0100

    gnu: python-skyfield: Update to 1.55.
    
    * gnu/packages/astronomy.scm (python-skyfield): Update to 1.55.
    
    Relates-to: guix/guix!10702
---
 gnu/packages/astronomy.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 8293d087d4..6e0b9b2bcd 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -10771,7 +10771,7 @@ and the options
 (define-public python-skyfield
   (package
     (name "python-skyfield")
-    (version "1.54")
+    (version "1.55")
     (source
      (origin
        (method git-fetch)
@@ -10780,11 +10780,11 @@ and the options
               (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1aayhbdnai6szld0vq7g69cva2y1gwj8zaxa97gcvajmq1rjd4d1"))))
+        (base32 "1506xv93c6n2pynflbssn74d6cpdp4jadr22jx6zsi91mrk7kr4b"))))
     (build-system pyproject-build-system)
     (arguments
      (list
-      ;; tests: 594 passed
+      ;; tests: 584 passed
       #:test-flags
       #~(list "-m" "assay" "--batch" "skyfield.tests")
       #:phases

Reply via email to