mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: splash: Update to 3.10.1.
* gnu/packages/astronomy.scm (splash): Update to 3.10.1. Change-Id: I68a3eb0c1033a1e2726c6c2c4b6768d87d3fb4be
This commit is contained in:
parent
0223f6a6e1
commit
d327eb2e9e
1 changed files with 2 additions and 2 deletions
|
@ -1120,7 +1120,7 @@ image formats.")
|
||||||
(define-public splash
|
(define-public splash
|
||||||
(package
|
(package
|
||||||
(name "splash")
|
(name "splash")
|
||||||
(version "3.9.0")
|
(version "3.10.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1128,7 +1128,7 @@ image formats.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19r5j4jrxhp3gf865ns59vvfnn5a303dqgmb8y2kgcsx26fci1hs"))
|
"1cyg7my2lbpai81nfnlj0r7pvral3kjn31dcq2p4982d2xg0dj87"))
|
||||||
(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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue