gnu: splash: Update to 3.8.4.
* gnu/packages/astronomy.scm (splash): Update to 3.8.4. Signed-off-by: Christopher Baines <mail@cbaines.net>
parent
baa5222979
commit
9afbbfc8ab
|
@ -1011,7 +1011,7 @@ image formats.")
|
||||||
(define-public splash
|
(define-public splash
|
||||||
(package
|
(package
|
||||||
(name "splash")
|
(name "splash")
|
||||||
(version "3.8.2")
|
(version "3.8.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1019,7 +1019,7 @@ image formats.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0y6l135g0a3hvvh8w8sfdh1kfq2g0gbp0dgjhnmwid8bwwcjvw8v"))
|
"1l18sqz5mpab9wb5hlbfy18wfwq6fpijc3p9wa5bv6lrcymvpirp"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in New Issue