diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-07-27 00:15:33 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-08-07 20:17:18 +0200 |
commit | eb9e0a72d4f31595c54e1a1ace43e7641e077930 (patch) | |
tree | 856f685c6b2bcdab866ba1c62cc615d26e7345f0 | |
parent | 35ccd2f00651baa8dbbded640f6a9c9cf3588855 (diff) | |
download | guix-eb9e0a72d4f31595c54e1a1ace43e7641e077930.tar.gz |
gnu: splash: Update to 3.8.2.
* gnu/packages/astronomy.scm (splash): Update to 3.8.2. Signed-off-by: Andreas Enge <andreas@enge.fr>
-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 e6fdd5d23c..1c6ccc3a92 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1002,7 +1002,7 @@ image formats.") (define-public splash (package (name "splash") - (version "3.7.2") + (version "3.8.2") (source (origin (method git-fetch) (uri (git-reference @@ -1010,7 +1010,7 @@ image formats.") (commit (string-append "v" version)))) (sha256 (base32 - "0nsm6rk0bi99xz7wclk0zy4bpqf0qcsdln5cdjb30lhpf37i2fpa")) + "0y6l135g0a3hvvh8w8sfdh1kfq2g0gbp0dgjhnmwid8bwwcjvw8v")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |