guix-commits
[Top][All Lists]
Advanced

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

11/42: gnu: python-ephem: Update to 4.1.6.


From: guix-commits
Subject: 11/42: gnu: python-ephem: Update to 4.1.6.
Date: Wed, 30 Oct 2024 15:37:58 -0400 (EDT)

sharlatan pushed a commit to branch master
in repository guix.

commit 1e2534fe396f8444e4c150cd5ab28c829a901da3
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Oct 9 22:42:44 2024 +0100

    gnu: python-ephem: Update to 4.1.6.
    
    * gnu/packages/astronomy.scm (python-ephem): Update to 4.1.6.
    
    Change-Id: I1a2f89d7ef5ec3289b92ce450a83d4c59f4457b5
---
 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 6657b7704a..4acdb533f5 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3473,13 +3473,13 @@ implemented using the astropy.modeling framework.")
 (define-public python-ephem
   (package
     (name "python-ephem")
-    (version "4.1.5")
+    (version "4.1.6")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "ephem" version))
        (sha256
-        (base32 "0ainqbnvw320pc61q5b6ad6f2mhn1pvrlnq489cwfx0m82mahr0c"))))
+        (base32 "0ps2lr6aa477262yw13w3hh0h5rzmywdlji0wbnkxnzrfvmf9lhf"))))
     (build-system pyproject-build-system)
     (native-inputs (list tzdata))
     (home-page "https://rhodesmill.org/pyephem/";)



reply via email to

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