mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
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:
parent
c0159aee5f
commit
379683b80a
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue