me
/
guix
Archived
1
0
Fork 0

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>
Sharlatan Hellseher 2023-09-07 23:32:11 +01:00 committed by Christopher Baines
parent baa5222979
commit 9afbbfc8ab
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -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