summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2023-05-24 22:51:40 +0100
committerVinicius Monego <monego@posteo.net>2023-05-25 21:20:05 -0300
commit1761f5335810615c53a02a031cece4e515487ddb (patch)
tree10af125b7ea065af185206fc828ce2cd1d52a871
parentd64c16937f47480aba03aee2ff3df4eff929c6db (diff)
gnu: python-sgp4: Update to 2.22.
* gnu/packages/astronomy.scm (python-sgp4): Update to 2.22. Signed-off-by: Vinicius Monego <monego@posteo.net>
-rw-r--r--gnu/packages/astronomy.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index b590ce08a9..6f2cddac8a 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1856,13 +1856,13 @@ changing the pixel resolution, orientation, coordinate system.")
(define-public python-sgp4
(package
(name "python-sgp4")
- (version "2.21")
+ (version "2.22")
(source
(origin
(method url-fetch)
(uri (pypi-uri "sgp4" version))
(sha256
- (base32 "1vzcrlrlzmhbycdz16m8v241l8zx49vsy81wcd0yjxs80isvhyb1"))))
+ (base32 "1yc6gcbhz80i875j0wf6ikx7rzs0m7m1qp72dmdhdjidmpma5w0p"))))
(build-system python-build-system)
(propagated-inputs
(list python-numpy))