diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-12-18 23:41:28 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-01-12 21:42:07 +0000 |
commit | d327eb2e9ef1ac40dc322059561f427a1810c4e6 (patch) | |
tree | 2fbaf877ae73407d2e204ed6bb4a9b094d84b105 | |
parent | 0223f6a6e1931c8ea0300f14836b2b68cf1508b3 (diff) | |
download | guix-d327eb2e9ef1ac40dc322059561f427a1810c4e6.tar.gz guix-d327eb2e9ef1ac40dc322059561f427a1810c4e6.zip |
gnu: splash: Update to 3.10.1.
* gnu/packages/astronomy.scm (splash): Update to 3.10.1.
Change-Id: I68a3eb0c1033a1e2726c6c2c4b6768d87d3fb4be
-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 9f621d5ace..9e51c015ec 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1120,7 +1120,7 @@ image formats.") (define-public splash (package (name "splash") - (version "3.9.0") + (version "3.10.1") (source (origin (method git-fetch) (uri (git-reference @@ -1128,7 +1128,7 @@ image formats.") (commit (string-append "v" version)))) (sha256 (base32 - "19r5j4jrxhp3gf865ns59vvfnn5a303dqgmb8y2kgcsx26fci1hs")) + "1cyg7my2lbpai81nfnlj0r7pvral3kjn31dcq2p4982d2xg0dj87")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |