guix-commits
[Top][All Lists]
Advanced

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

04/38: gnu: spice-protocol: Update to 0.12.15.


From: guix-commits
Subject: 04/38: gnu: spice-protocol: Update to 0.12.15.
Date: Fri, 8 Feb 2019 18:02:30 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 0fa63b8908dca11b88cade6b897e2ac949aac975
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Feb 8 13:12:07 2019 +0100

    gnu: spice-protocol: Update to 0.12.15.
    
    * gnu/packages/spice.scm (spice-protocol): Update to 0.12.15.
---
 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 94e6aa8..d81f989 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -96,7 +96,7 @@ system to use the host GPU to accelerate 3D rendering.")
 (define-public spice-protocol
   (package
     (name "spice-protocol")
-    (version "0.12.14")
+    (version "0.12.15")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -104,7 +104,7 @@ system to use the host GPU to accelerate 3D rendering.")
                 "spice-protocol-" version ".tar.bz2"))
               (sha256
                (base32
-                "170ckpgazvqv7hxy209myg67pqnd6c0gvr4ysbqgsfch6320nd90"))))
+                "06b461i4jv741in8617jjpfk28wk7zs9p7841njkf4sbm8xv4kcb"))))
     (build-system gnu-build-system)
     (synopsis "Protocol headers for the SPICE protocol")
     (description "SPICE (the Simple Protocol for Independent Computing



reply via email to

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