gnu: python-ephem: Update to 4.2.

* gnu/packages/astronomy.scm (python-ephem): Update to 4.2.

Change-Id: I9f6a486b9f22527f0ad444e4bc86c755a8f330b9
This commit is contained in:
Sharlatan Hellseher 2025-02-21 09:52:43 +00:00
parent c0159aee5f
commit 379683b80a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2410,13 +2410,13 @@ implemented using the astropy.modeling framework.")
(define-public python-ephem
(package
(name "python-ephem")
(version "4.1.6")
(version "4.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ephem" version))
(sha256
(base32 "0ps2lr6aa477262yw13w3hh0h5rzmywdlji0wbnkxnzrfvmf9lhf"))))
(base32 "0rb0vc3kgmw5rzhfhxffg94bcwasm46sf814hv7l13ry8m7xckrw"))))
(build-system pyproject-build-system)
(native-inputs
(list python-setuptools