summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2023-11-17 12:16:04 +0000
committerEric Bavier <bavier@posteo.net>2023-11-18 19:56:31 -0600
commite5ffc7f5bbddfc1d0f71e6596d6d749b1fff5c01 (patch)
tree915e4b47771bd606b808c5df3eae416719e4d8d5
parent4fad4d01a92ba1900bb963526b6087effa32e7dd (diff)
downloadguix-patches-e5ffc7f5bbddfc1d0f71e6596d6d749b1fff5c01.tar
guix-patches-e5ffc7f5bbddfc1d0f71e6596d6d749b1fff5c01.tar.gz
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>
-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 136c9bb2f6..28fdf66855 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -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))