guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/20: gnu: python-sgp4: Update to 2.22.


From: guix-commits
Subject: 06/20: gnu: python-sgp4: Update to 2.22.
Date: Thu, 25 May 2023 20:39:53 -0400 (EDT)

monego pushed a commit to branch master
in repository guix.

commit 1761f5335810615c53a02a031cece4e515487ddb
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed May 24 22:51:40 2023 +0100

    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>
---
 gnu/packages/astronomy.scm | 4 ++--
 1 file 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]