diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-18 00:06:54 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-30 15:07:39 +0000 |
commit | c6b2b0b0a17f40588376bb97ddac0bcc0f9b21db (patch) | |
tree | 441f487fc603af9b487c162f1aa993e77dd686ef | |
parent | c44905f53db65863da5f4e45d841a3fe778ace1d (diff) |
gnu: splash: Update to 3.11.1.
* gnu/packages/astronomy.scm (splash): Update to 3.11.1.
Change-Id: If1f76fb40f4912fa667d8c17b0c247a900d413bf
-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 f3a88f40da7..bd1a14a2f4f 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -6946,7 +6946,7 @@ astronomical fields. SkyMaker is part of the (define-public splash (package (name "splash") - (version "3.10.3") + (version "3.11.1") (source (origin (method git-fetch) (uri (git-reference @@ -6954,7 +6954,7 @@ astronomical fields. SkyMaker is part of the (commit (string-append "v" version)))) (sha256 (base32 - "077s9if7fmccvhsbp0dhvyqcil46vpbgdm1y6qn6h34r8lfqj9z6")) + "133ihsxirik7iivi1hia6wwfvilwqhw19v5mmajs36zcj914qhyc")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |