mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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>
This commit is contained in:
parent
4fad4d01a9
commit
e5ffc7f5bb
1 changed files with 2 additions and 2 deletions
|
@ -2373,13 +2373,13 @@ (define-public python-reproject
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue