guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit 1d59dc64bf579cf5cea515d10df7a5a1251b3129 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 d9545cee95..c8be0036ca 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -9797,7 +9797,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) @@ -9806,7 +9806,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
