gnu: spice-gtk: Update to 0.35.

* gnu/packages/spice.scm (spice-gtk): Update to 0.35.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-11 04:48:28 +02:00
parent a0b5c99861
commit 206feae736
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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