diff options
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 186074f672..97cf289bc1 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -8980,7 +8980,7 @@ astronomical fields. SkyMaker is part of the (define-public splash (package (name "splash") - (version "3.11.3") + (version "3.11.4") (source (origin (method git-fetch) @@ -8989,7 +8989,7 @@ astronomical fields. SkyMaker is part of the (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0vyshywwbk2746jdhrnn7vn1gj336zzwcifrfyf38byj41691svm")))) + (base32 "13p4hjdpr0yacgh8v3lf5vy1d0hdh5axbwpgi91wafm0xx6zpgkv")))) (build-system gnu-build-system) (arguments ;; FIXME: Tests failed |