guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: python-skyfield: Update to 1.38.


From: guix-commits
Subject: 03/04: gnu: python-skyfield: Update to 1.38.
Date: Sun, 11 Apr 2021 12:08:07 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 50ad53c71149ce72397e2f2c3709a5f462f79f59
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Apr 11 16:36:24 2021 +0200

    gnu: python-skyfield: Update to 1.38.
    
    * gnu/packages/astronomy.scm (python-skyfield): Update to 1.38.
---
 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 9efb12d..4660e14 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.36")
+    (version "1.38")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "skyfield" version))
        (sha256
-        (base32 "1dm1327a4qv3klj9blrvddbhl72v1fqz52ym9km8qjj9vdkpywh6"))))
+        (base32 "1qi1l8qn6irdv6w41qq30s2yjwak7h6ayywr1pry9gwcm2c25bv5"))))
     (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]