gnu: python-sgp4: Update to 2.24.

* gnu/packages/astronomy.scm (python-sgp4): Update to 2.24.

Change-Id: I6c2e839353d4c6f27821a91631910dd02c36dfcc
This commit is contained in:
Sharlatan Hellseher 2025-02-20 20:49:57 +00:00
parent 25787dc106
commit 9423215aae
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4965,13 +4965,13 @@ changing the pixel resolution, orientation, coordinate system.")
(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