mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
25787dc106
commit
9423215aae
1 changed files with 2 additions and 2 deletions
|
@ -4965,13 +4965,13 @@ changing the pixel resolution, orientation, coordinate system.")
|
||||||
(define-public python-sgp4
|
(define-public python-sgp4
|
||||||
(package
|
(package
|
||||||
(name "python-sgp4")
|
(name "python-sgp4")
|
||||||
(version "2.23")
|
(version "2.24")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "sgp4" version))
|
(uri (pypi-uri "sgp4" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0aalbmldks6ykgkcxwkvnp04q0avhv903m5zwvg8i7zvl99xrbfq"))))
|
(base32 "0ll3gxjf697llh6nvisxnj2h4hl23nq1m24ymsykz8kf4ygj8man"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-setuptools
|
(list python-setuptools
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue