gnu: splash: Update to 3.11.5.

* gnu/packages/astronomy.scm (splash): Update to 3.11.5.

Change-Id: I21b9aba416869158e0dbcba2aa947f69e9e5fcaf
This commit is contained in:
Sharlatan Hellseher 2025-09-10 16:43:16 +01:00
parent 76be5dc586
commit 14389a53f6
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -9815,7 +9815,7 @@ astronomical fields. SkyMaker is part of the
(define-public splash (define-public splash
(package (package
(name "splash") (name "splash")
(version "3.11.4") (version "3.11.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -9824,7 +9824,7 @@ astronomical fields. SkyMaker is part of the
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "13p4hjdpr0yacgh8v3lf5vy1d0hdh5axbwpgi91wafm0xx6zpgkv")))) (base32 "1sdfgn2rh1gq3n1ya55qhv9j8bf700f2lhp2k9avy1aix903ry36"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
;; FIXME: Tests failed ;; FIXME: Tests failed