mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: splash: Update to 3.10.3.
* gnu/packages/astronomy.scm (splash): Update to 3.10.3. Change-Id: Ic5f812a3c35fd76c0a722616efea2745a080c859
This commit is contained in:
parent
96e6c1ef28
commit
cbd6faf8a7
1 changed files with 2 additions and 2 deletions
|
@ -1203,7 +1203,7 @@ (define-public siril
|
|||
(define-public splash
|
||||
(package
|
||||
(name "splash")
|
||||
(version "3.10.1")
|
||||
(version "3.10.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1211,7 +1211,7 @@ (define-public splash
|
|||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"1cyg7my2lbpai81nfnlj0r7pvral3kjn31dcq2p4982d2xg0dj87"))
|
||||
"077s9if7fmccvhsbp0dhvyqcil46vpbgdm1y6qn6h34r8lfqj9z6"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue