guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#66412] [PATCH 03/20] gnu: calceph: Update to 3.5.3.


From: Sharlatan Hellseher
Subject: [bug#66412] [PATCH 03/20] gnu: calceph: Update to 3.5.3.
Date: Mon, 9 Oct 2023 00:40:05 +0100

* gnu/packages/astronomy.scm (calceph): Update to 3.5.3.
---
 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 2ca00592aa..ff97dfa3e0 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -186,7 +186,7 @@ (define-public aocommon
 (define-public calceph
   (package
     (name "calceph")
-    (version  "3.5.2")
+    (version  "3.5.3")
     (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 "1rnjlaiii4j0agbj4k242p212bqqmqdqa0lni6c3bnhgfnrbjfp4"))))
+        (base32 "12apl806h8qx1kq74malq3828jqapwfi27cn05pvvxfiq7gfpllx"))))
     (build-system gnu-build-system)
     (native-inputs
      (list gfortran))
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]