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

commit 78796acf4b3be5a89f1ce0cab770db43a7a83322
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jan 15 12:44:29 2026 +0000

    gnu: celestia: Update to 1.6.4-1.6de0339.
    
    * gnu/packages/astronomy.scm (celestia): Update to
    6de0339a85be38e85e2ad34f58850700be4342c5 commit.
    
    Change-Id: I0d4b6da6812396009c3973961dceb6802fee3045
---
 gnu/packages/astronomy.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index cc20b64469..a6f39cb875 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -549,8 +549,8 @@ Library with namespaces, exception handling, and member 
template functions.")
 (define-public celestia
   ;; 1.6.4 was placed in 2023 while master migrated to Qt6, use the lates
   ;; commit for now.
-  (let ((commit "d3f4040401f5f71bcca79e55d53be75c05b867ef")
-        (revision "0"))
+  (let ((commit "6de0339a85be38e85e2ad34f58850700be4342c5")
+        (revision "1"))
     (package
       (name "celestia")
       (version (git-version "1.6.4" revision commit))
@@ -562,7 +562,7 @@ Library with namespaces, exception handling, and member 
template functions.")
                 (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0rqkzxyf8gfjprhj1c19d7chhc3b94wlq2119wz0c344rx7hnh9l"))))
+          (base32 "0jjcirjnvj670m2xmcsmvqxpk303mb7bf3y41zrr53rgykqd7ypf"))))
       (build-system cmake-build-system)
       (arguments
        (list

Reply via email to