guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/10: gnu: spice-gtk: Update to 0.34.


From: Tobias Geerinckx-Rice
Subject: 06/10: gnu: spice-gtk: Update to 0.34.
Date: Sat, 20 Jan 2018 21:24:20 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit e564a16e28fc098cb43ef98aa86b5dcda946cf48
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Jan 21 02:38:36 2018 +0100

    gnu: spice-gtk: Update to 0.34.
    
    * gnu/packages/spice.scm (spice-gtk): Update to 0.34.
---
 gnu/packages/spice.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index 10f7c6b..94313b0 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2016 David Craven <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -142,7 +143,7 @@ which allows users to view a desktop computing 
environment.")
 (define-public spice-gtk
   (package
     (name "spice-gtk")
-    (version "0.33")
+    (version "0.34")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -150,7 +151,7 @@ which allows users to view a desktop computing 
environment.")
                 "spice-gtk-" version ".tar.bz2"))
               (sha256
                (base32
-                "0fdgx9k4vgmasp8i2n0swrkapq8f212igcg7wsgvr3mbhsvk7bvx"))))
+                "1vknp72pl6v6nf3dphhwp29hk6gv787db2pmyg4m312z2q0hwwp9"))))
     (build-system gnu-build-system)
     (propagated-inputs
       `(("gstreamer" ,gstreamer)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]