mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05: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 @@ (define-public siril
|
|||
(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 @@ (define-public splash
|
|||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"19r5j4jrxhp3gf865ns59vvfnn5a303dqgmb8y2kgcsx26fci1hs"))
|
||||
"1cyg7my2lbpai81nfnlj0r7pvral3kjn31dcq2p4982d2xg0dj87"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue