guix_mirror_bot pushed a commit to branch astro-update
in repository guix.

commit e7e8c79a5597aec9f970ad83b055a6e7d5086a88
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jul 10 17:27:36 2026 +0100

    gnu: python-sgp4: Update to 2.27.
    
    * gnu/packages/astronomy.scm (python-sgp4): Update to 2.27.
    [source]: Switch to git-fetch.
---
 gnu/packages/astronomy.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 7a5714316a..7e005224aa 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -10233,13 +10233,16 @@ well as ephemerides services
 (define-public python-sgp4
   (package
     (name "python-sgp4")
-    (version "2.25")
+    (version "2.27")
     (source
      (origin
-       (method url-fetch)
-       (uri (pypi-uri "sgp4" version))
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/brandon-rhodes/python-sgp4";)
+              (commit version)))
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "0x06mxdmk2rsbp7ymjvvbj8pwkf4y2w6g8p0znw9zmi5rinxr7p1"))))
+        (base32 "0k55j7ki2w4bv04hr7ds9pv69hkcg8a0br4wf9mfzp2bpkjajk42"))))
     (build-system pyproject-build-system)
     (arguments
      (list #:test-backend #~'custom

Reply via email to