[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: spice-gtk: Update to 0.35.
From: |
Tobias Geerinckx-Rice |
Subject: |
01/03: gnu: spice-gtk: Update to 0.35. |
Date: |
Fri, 10 Aug 2018 23:08:58 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 206feae7367a31a9cdafce9fbbe08d48502e76f5
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sat Aug 11 04:48:28 2018 +0200
gnu: spice-gtk: Update to 0.35.
* gnu/packages/spice.scm (spice-gtk): Update to 0.35.
---
gnu/packages/spice.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index a648634..ce90a0c 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)