guix-commits
[Top][All Lists]
Advanced

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

20/28: gnu: python-ephem: Update to 4.1.5.


From: guix-commits
Subject: 20/28: gnu: python-ephem: Update to 4.1.5.
Date: Sun, 5 Nov 2023 13:16:31 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 53a4452e98062c66a02926380992c2eb65bcd756
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Oct 27 23:14:57 2023 +0100

    gnu: python-ephem: Update to 4.1.5.
    
    * gnu/packages/astronomy.scm (python-ephem): Update to 4.1.5.
    
    Signed-off-by: Christopher Baines <mail@cbaines.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 5bd6f957b3..5f83827fdf 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1996,13 +1996,13 @@ code to be greatly simplified.")
 (define-public python-ephem
   (package
     (name "python-ephem")
-    (version "4.1.4")
+    (version "4.1.5")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "ephem" version))
               (sha256
                (base32
-                "0q67z79lgwdylxagbsjm42xvsmk5jmgvghy36m2n5lb2446rz9bk"))))
+                "0ainqbnvw320pc61q5b6ad6f2mhn1pvrlnq489cwfx0m82mahr0c"))))
     (build-system python-build-system)
     (native-inputs (list tzdata))
     (home-page "https://rhodesmill.org/pyephem/";)



reply via email to

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