gnu: spice-protocol: Update to 0.14.3.

* gnu/packages/spice.scm (spice-protocol): Update to 0.14.3.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-06 02:35:12 +02:00
parent 6c273ee433
commit 05e9a46347
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ system to use the host GPU to accelerate 3D rendering.")
(define-public spice-protocol
(package
(name "spice-protocol")
(version "0.14.2")
(version "0.14.3")
(source (origin
(method url-fetch)
(uri (string-append
@ -110,7 +110,7 @@ system to use the host GPU to accelerate 3D rendering.")
"spice-protocol-" version ".tar.xz"))
(sha256
(base32
"1sgi9ksb781qs47pdbw0bmnyg8dgayn5xrzj6vzdy043nv466flg"))))
"0yj8k7gcirrsf21w0q6146n5g4nzn2pqky4p90n5760m5ayfb1pr"))))
(build-system meson-build-system)
(arguments
`(#:phases