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:
Sharlatan Hellseher 2023-12-15 00:11:46 +00:00
parent 72eb6c3e51
commit 26614bd167
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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))