summaryrefslogtreecommitdiff
path: root/gnu/packages/spice.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-08-11 04:48:28 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-08-11 05:02:19 +0200
commit206feae7367a31a9cdafce9fbbe08d48502e76f5 (patch)
tree25213780fd74215fcb607779b99386d1575c2812 /gnu/packages/spice.scm
parenta0b5c99861d321e6b30e231d49c0d3718942ebd7 (diff)
downloadguix-patches-206feae7367a31a9cdafce9fbbe08d48502e76f5.tar
guix-patches-206feae7367a31a9cdafce9fbbe08d48502e76f5.tar.gz
gnu: spice-gtk: Update to 0.35.
* gnu/packages/spice.scm (spice-gtk): Update to 0.35.
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 a648634646..ce90a0caeb 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -148,7 +148,7 @@ which allows users to view a desktop computing environment.")
(define-public spice-gtk
(package
(name "spice-gtk")
- (version "0.34")
+ (version "0.35")
(source (origin
(method url-fetch)
(uri (string-append
@@ -156,7 +156,7 @@ which allows users to view a desktop computing environment.")
"spice-gtk-" version ".tar.bz2"))
(sha256
(base32
- "1vknp72pl6v6nf3dphhwp29hk6gv787db2pmyg4m312z2q0hwwp9"))))
+ "11lymg467gvj5ys8k22ihnfbxjn4x34ygyzirpg2nphjwlyhgrml"))))
(build-system gnu-build-system)
(propagated-inputs
`(("gstreamer" ,gstreamer)