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 @@ which allows users to view a desktop computing environment.")
|
||||||
(define-public spice
|
(define-public spice
|
||||||
(package
|
(package
|
||||||
(name "spice")
|
(name "spice")
|
||||||
(version "0.14.3")
|
(version "0.15.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -224,7 +224,7 @@ which allows users to view a desktop computing environment.")
|
||||||
"spice-server/spice-" version ".tar.bz2"))
|
"spice-server/spice-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05512vkfayw18ypg4acqbbpr72nsnsz9bj7k8c2wyrvnl3j4n7am"))))
|
"1xd0xffw0g5vvwbq4ksmm3jjfq45f9dw20xpmi82g1fj9f7wy85k"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("openssl" ,openssl)
|
`(("openssl" ,openssl)
|
||||||
|
|
Reference in a new issue