diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-16 15:44:35 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-30 11:40:47 +0000 |
| commit | a3feb5c7b8e43db404c2f5c558a61d3e975bdfe4 (patch) | |
| tree | 73c9789ac6c6ed0d79089bc75829ed256377d8ff /gnu | |
| parent | 5723aeef5b4baeba75471c93ffd7a1af51ed5004 (diff) | |
gnu: splash: Update to 3.11.7.
* gnu/packages/astronomy.scm (splash): Update to 3.11.7.
Change-Id: Ic82067037229c08d7c684d0ffbeadef2f551ea9d
Diffstat (limited to 'gnu')
| -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 9619a0d0d8..54336cba11 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -10977,7 +10977,7 @@ astronomical fields. SkyMaker is part of the (define-public splash (package (name "splash") - (version "3.11.6") + (version "3.11.7") (source (origin (method git-fetch) @@ -10986,7 +10986,7 @@ astronomical fields. SkyMaker is part of the (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1gxkk0qsadsd6v9ymfjd7i27ydv4cdmpsip950qkvfwkfv2fqyvj")))) + (base32 "0jd8pcy9gj8xw515x4rd7pdxz02z24y5nb0gqfapncr9j8qpd6jp")))) (build-system gnu-build-system) (arguments ;; FIXME: Tests failed |
