me
/
guix
Archived
1
0
Fork 0

gnu: python-sgp4: Update to 2.23.

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

Change-Id: I135ef49c969e3bbc1635f9df966953fbc9bb0c67
Signed-off-by: Eric Bavier <bavier@posteo.net>
master
Sharlatan Hellseher 2023-11-17 12:16:04 +00:00 committed by Eric Bavier
parent 4fad4d01a9
commit e5ffc7f5bb
No known key found for this signature in database
GPG Key ID: BC45CA67E2F8D007
1 changed files with 2 additions and 2 deletions

View File

@ -2373,13 +2373,13 @@ changing the pixel resolution, orientation, coordinate system.")
(define-public python-sgp4
(package
(name "python-sgp4")
(version "2.22")
(version "2.23")
(source
(origin
(method url-fetch)
(uri (pypi-uri "sgp4" version))
(sha256
(base32 "1yc6gcbhz80i875j0wf6ikx7rzs0m7m1qp72dmdhdjidmpma5w0p"))))
(base32 "0aalbmldks6ykgkcxwkvnp04q0avhv903m5zwvg8i7zvl99xrbfq"))))
(build-system python-build-system)
(propagated-inputs
(list python-numpy))