[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/")
- 39/42: gnu: Add iraf-community., (continued)
- 39/42: gnu: Add iraf-community., guix-commits, 2024/10/30
- 42/42: gnu: python-webbpsf: Disable more failing tests., guix-commits, 2024/10/30
- 34/42: gnu: Add python-getdist., guix-commits, 2024/10/30
- 38/42: gnu: Add python-pymcubes., guix-commits, 2024/10/30
- 28/42: gnu: python-pytest-mpl: Adjust inputs., guix-commits, 2024/10/30
- 31/42: gnu: Add python-hsluv., guix-commits, 2024/10/30
- 33/42: gnu: Add python-sirilic., guix-commits, 2024/10/30
- 32/42: gnu: Add python-pysiril., guix-commits, 2024/10/30
- 36/42: gnu: Add python-acstools., guix-commits, 2024/10/30
- 40/42: gnu: Add python-halotools., guix-commits, 2024/10/30
- 11/42: gnu: python-ephem: Update to 4.1.6.,
guix-commits <=