diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-20 11:20:46 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-31 21:50:53 +0100 |
| commit | 7f81901bdbb368f779f730320d58c065a5fc4ea2 (patch) | |
| tree | f5040d477fbd6ca751227be7bafcc08328f668f2 /gnu | |
| parent | 731493f0693ba1e3129d3c686297f6710525d1f0 (diff) | |
gnu: splash: Update to 3.12.0.
* gnu/packages/astronomy.scm (splash): Update to 3.12.0.
Change-Id: Ibdefed08ed2d954eaf994283f28dd2a02cf7ed59
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 50c8d3e9efb..3752569d9b4 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -11422,7 +11422,7 @@ astronomical fields. SkyMaker is part of the (define-public splash (package (name "splash") - (version "3.11.7") + (version "3.12.0") (source (origin (method git-fetch) @@ -11431,7 +11431,7 @@ astronomical fields. SkyMaker is part of the (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0jd8pcy9gj8xw515x4rd7pdxz02z24y5nb0gqfapncr9j8qpd6jp")))) + (base32 "0gxz995g4bd7xi9cyazbi34zhsli4aqvzl8j6mdjrbqylxhwa37g")))) (build-system gnu-build-system) (arguments ;; FIXME: Tests failed |
