guix-commits
[Top][All Lists]
Advanced

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

12/13: gnu: python-skyfield: Update to 1.39.


From: guix-commits
Subject: 12/13: gnu: python-skyfield: Update to 1.39.
Date: Tue, 27 Apr 2021 06:27:14 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6cf85268afe3b34cabb60c538fa4e229fb0cebea
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Apr 27 11:28:32 2021 +0200

    gnu: python-skyfield: Update to 1.39.
    
    * gnu/packages/astronomy.scm (python-skyfield): Update to 1.39.
---
 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 f404b3c..520df1c 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1011,13 +1011,13 @@ astronomical images, especially when there is no WCS 
information available.")
 (define-public python-skyfield
   (package
     (name "python-skyfield")
-    (version "1.38")
+    (version "1.39")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "skyfield" version))
        (sha256
-        (base32 "1qi1l8qn6irdv6w41qq30s2yjwak7h6ayywr1pry9gwcm2c25bv5"))))
+        (base32 "1qh3k7g9dm6idppk87hnwxpx9a22xx98vav0zk31p6291drak3as"))))
     (build-system python-build-system)
     (arguments
      ;; NOTE: (Sharlatan-20210207T163305+0000): tests depend on custom test



reply via email to

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