mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: python-jplephem: Update to 2.21.
* gnu/packages/astronomy.scm (python-jplephem): Update to 2.21. Change-Id: I26724a009b776a0f6541d6265a7ae8dfc94d2572
This commit is contained in:
parent
256676a065
commit
3669f98ea4
1 changed files with 2 additions and 2 deletions
|
@ -3393,13 +3393,13 @@ (define-public sunclock
|
|||
(define-public python-jplephem
|
||||
(package
|
||||
(name "python-jplephem")
|
||||
(version "2.20")
|
||||
(version "2.21")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "jplephem" version))
|
||||
(sha256
|
||||
(base32 "1yp1l3n07849411099f976ps0pyv8jk8k5l9da9nhv54ir86v65v"))))
|
||||
(base32 "0mcdhb22vwbyavcnkcwchj0cxnxsvaw5563v464ipwlm0rhln69l"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue