[bug#76480,31/51] gnu: python-sgp4: Update to 2.24.

Message ID e27a9b03423419844d6f23e1b5af8d42089d0b20.1740173176.git.sharlatanus@gmail.com
State New
Headers
Series Astro update 2025/02 |

Commit Message

Sharlatan Hellseher Feb. 21, 2025, 9:49 p.m. UTC
  * gnu/packages/astronomy.scm (python-sgp4): Update to 2.24.

Change-Id: I6c2e839353d4c6f27821a91631910dd02c36dfcc
---
 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 48df06b008e..0765ad96a15 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4965,13 +4965,13 @@  (define-public python-reproject
 (define-public python-sgp4
   (package
     (name "python-sgp4")
-    (version "2.23")
+    (version "2.24")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "sgp4" version))
        (sha256
-        (base32 "0aalbmldks6ykgkcxwkvnp04q0avhv903m5zwvg8i7zvl99xrbfq"))))
+        (base32 "0ll3gxjf697llh6nvisxnj2h4hl23nq1m24ymsykz8kf4ygj8man"))))
     (build-system pyproject-build-system)
     (native-inputs
      (list python-setuptools