guix_mirror_bot pushed a commit to branch astro-updates
in repository guix.

commit 598b84550a77aef784668ad70e686ce48aa8eb29
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Thu Jun 19 11:25:54 2025 +0100

    gnu: calceph: Update to 4.0.5.
    
    * gnu/packages/astronomy.scm (calceph): Update to 4.0.5.
    
    Change-Id: Ief2687f6c77b2bf58915491d9625dd80350bc508
---
 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 e9cfa3e034..fcd69ef18b 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -312,7 +312,7 @@ within your terminal - no telescope required!")
 (define-public calceph
   (package
     (name "calceph")
-    (version  "4.0.4")
+    (version  "4.0.5")
     (source
      (origin
        (method git-fetch)
@@ -321,7 +321,7 @@ within your terminal - no telescope required!")
              (commit (string-append name "_"
                                     (string-replace-substring version "." 
"_")))))
        (sha256
-        (base32 "0cs34iwrgja7f47l8cvpxzgljxay5x4bx80hdpclaksilysvlyk0"))
+        (base32 "0a01hglcafgvvi3gfkfh7mz417j4vv9sikgac7rzs1idabff30ap"))
        (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (native-inputs

Reply via email to