guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit 0e99c0f70546ac067d45e77585d5d5ab7170d6da Author: Sharlatan Hellseher <[email protected]> AuthorDate: Wed Sep 10 16:43:16 2025 +0100 gnu: splash: Update to 3.11.5. * gnu/packages/astronomy.scm (splash): Update to 3.11.5. Change-Id: I21b9aba416869158e0dbcba2aa947f69e9e5fcaf --- 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 d129987bf7..3f3b2f6ebe 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -9719,7 +9719,7 @@ astronomical fields. SkyMaker is part of the (define-public splash (package (name "splash") - (version "3.11.4") + (version "3.11.5") (source (origin (method git-fetch) @@ -9728,7 +9728,7 @@ astronomical fields. SkyMaker is part of the (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "13p4hjdpr0yacgh8v3lf5vy1d0hdh5axbwpgi91wafm0xx6zpgkv")))) + (base32 "1sdfgn2rh1gq3n1ya55qhv9j8bf700f2lhp2k9avy1aix903ry36")))) (build-system gnu-build-system) (arguments ;; FIXME: Tests failed
