mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: spice: Update to 0.15.0.
* gnu/packages/spice.scm (spice): Update to 0.15.0.
This commit is contained in:
parent
84b238c8f2
commit
0368d4708c
1 changed files with 2 additions and 2 deletions
|
@ -216,7 +216,7 @@ (define-public spice-gtk
|
|||
(define-public spice
|
||||
(package
|
||||
(name "spice")
|
||||
(version "0.14.3")
|
||||
(version "0.15.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -224,7 +224,7 @@ (define-public spice
|
|||
"spice-server/spice-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"05512vkfayw18ypg4acqbbpr72nsnsz9bj7k8c2wyrvnl3j4n7am"))))
|
||||
"1xd0xffw0g5vvwbq4ksmm3jjfq45f9dw20xpmi82g1fj9f7wy85k"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs
|
||||
`(("openssl" ,openssl)
|
||||
|
|
Loading…
Reference in a new issue