diff options
author | Sharlatan Hellseher <[email protected]> | 2025-02-20 20:49:57 +0000 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2025-02-28 22:44:03 +0000 |
commit | 9423215aae40a16b18b34259d2d99aea81fcf146 (patch) | |
tree | 8170b2cde8834fa620ae7608be0a28ffca560145 /gnu/packages/astronomy.scm | |
parent | 25787dc106d77d2d848bde2ab1e2972281bfcaad (diff) |
gnu: python-sgp4: Update to 2.24.
* gnu/packages/astronomy.scm (python-sgp4): Update to 2.24.
Change-Id: I6c2e839353d4c6f27821a91631910dd02c36dfcc
Diffstat (limited to 'gnu/packages/astronomy.scm')
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 48df06b008..0765ad96a1 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -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 |