mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-12 09:56:14 -05:00
gnu: calceph: Update to 3.5.4.
* gnu/packages/astronomy.scm (calceph): Update to 3.5.4. Change-Id: I0537f493c09aa09feeae3b439e6aa54c3bcab782
This commit is contained in:
parent
72eb6c3e51
commit
26614bd167
1 changed files with 2 additions and 2 deletions
|
@ -186,7 +186,7 @@ (define-public aocommon
|
|||
(define-public calceph
|
||||
(package
|
||||
(name "calceph")
|
||||
(version "3.5.3")
|
||||
(version "3.5.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -194,7 +194,7 @@ (define-public calceph
|
|||
"https://www.imcce.fr/content/medias/recherche/equipes/asd/calceph/calceph-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "12apl806h8qx1kq74malq3828jqapwfi27cn05pvvxfiq7gfpllx"))))
|
||||
(base32 "1d95k62926p6h43qh9pxbpa5wm8rby5la9pqq3k6sdyg4gl39a69"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list gfortran))
|
||||
|
|
Loading…
Reference in a new issue