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

commit 44a6c8c1db36188372a32fbf4017cd1f0ef9425d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jul 16 19:22:12 2026 +0100

    gnu: stellarium: Update to 26.2.
    
    * gnu/packages/astronomy.scm (stellarium): Update to 26.2.
---
 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 4539146973..5a953fecea 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -13358,7 +13358,7 @@ deconvolution).  Such post-processing is not performed 
by Stackistry.")
 (define-public stellarium
   (package
     (name "stellarium")
-    (version "26.1")
+    (version "26.2")
     (source
      (origin
        (method git-fetch)
@@ -13367,7 +13367,7 @@ deconvolution).  Such post-processing is not performed 
by Stackistry.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "05c36v2cyvxdvh4wyapdgc642khnldnbpzad76ql738894ga5djk"))))
+        (base32 "1n3dkfrp35qn3m4r7wfgb2brwpy792ps1riixblnvv2cmgsvpncq"))))
     (build-system qt-build-system)
     (arguments
      (list

Reply via email to