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

commit 346f2634e9f99126aaf69dbadf6468bb1c35d3bd
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Nov 13 18:53:44 2025 +0000

    gnu: splash: Update to 3.11.6.
    
    * gnu/packages/astronomy.scm (splash): Update to 3.11.6.
    
    Change-Id: Iadabcc8c3d7513ffc59b14c235aa7bcd16e305fa
---
 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 2c26737129..212c3b2c22 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -10656,7 +10656,7 @@ astronomical fields.  SkyMaker is part of the
 (define-public splash
   (package
     (name "splash")
-    (version "3.11.5")
+    (version "3.11.6")
     (source
      (origin
        (method git-fetch)
@@ -10665,7 +10665,7 @@ astronomical fields.  SkyMaker is part of the
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1sdfgn2rh1gq3n1ya55qhv9j8bf700f2lhp2k9avy1aix903ry36"))))
+        (base32 "1gxkk0qsadsd6v9ymfjd7i27ydv4cdmpsip950qkvfwkfv2fqyvj"))))
     (build-system gnu-build-system)
     (arguments
      ;; FIXME: Tests failed

Reply via email to