diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-09 22:42:44 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-30 19:32:15 +0000 |
commit | 1e2534fe396f8444e4c150cd5ab28c829a901da3 (patch) | |
tree | 7c9f910f9229ca622346acab93b98a744bfa60b7 | |
parent | de951c61a77c71c5f08014b0ed5a9411fc28dee3 (diff) | |
download | guix-1e2534fe396f8444e4c150cd5ab28c829a901da3.tar guix-1e2534fe396f8444e4c150cd5ab28c829a901da3.tar.gz |
gnu: python-ephem: Update to 4.1.6.
* gnu/packages/astronomy.scm (python-ephem): Update to 4.1.6.
Change-Id: I1a2f89d7ef5ec3289b92ce450a83d4c59f4457b5
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files 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/") |