aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/spice.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-10-06 02:35:12 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-10-06 02:54:02 +0200
commit05e9a46347649b8b5014118a8574fe2e4d210d76 (patch)
tree62003dd6e91f3618eb03d020368ab9716c651f2a /gnu/packages/spice.scm
parent6c273ee4332ff537aff05eafa276c64018eb15dc (diff)
downloadguix-05e9a46347649b8b5014118a8574fe2e4d210d76.tar
guix-05e9a46347649b8b5014118a8574fe2e4d210d76.tar.gz
gnu: spice-protocol: Update to 0.14.3.
* gnu/packages/spice.scm (spice-protocol): Update to 0.14.3.
Diffstat (limited to 'gnu/packages/spice.scm')
-rw-r--r--gnu/packages/spice.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index 4b4c673a9d..2fb587aa7a 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -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