gnu: spice: Update to 0.15.0.

* gnu/packages/spice.scm (spice): Update to 0.15.0.
This commit is contained in:
Marius Bakke 2021-06-13 14:52:24 +02:00
parent 84b238c8f2
commit 0368d4708c
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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)