sharlatan pushed a commit to branch master
in repository guix.
commit 26614bd16762f278823e2b7c5ddeeef55c1093e9
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Dec 15 00:11:46 2023 +0000
gnu: calceph: Update to 3.5.4.
* gnu/packages/astronomy.scm (calceph): Update to 3.5.4.
Change-Id: I0537f493c09aa09feeae3b439e6aa54c3bcab782
---
gnu/packages/astronomy.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index d4af0eadbb..8b83f27bb2 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -186,7 +186,7 @@ reused in several astronomical applications, such as
@code{wsclean},
(define-public calceph
(package
(name "calceph")
- (version "3.5.3")
+ (version "3.5.4")
(source
(origin
(method url-fetch)
@@ -194,7 +194,7 @@ reused in several astronomical applications, such as
@code{wsclean},
"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))