guix-commits
[Top][All Lists]
Advanced

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

08/16: gnu: spice-protocol: Update to 0.14.1.


From: guix-commits
Subject: 08/16: gnu: spice-protocol: Update to 0.14.1.
Date: Mon, 9 Mar 2020 16:09:31 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 99e8ce528cb81b514fd9b7edacdbdc89bffcad27
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Mar 9 05:13:21 2020 +0100

    gnu: spice-protocol: Update to 0.14.1.
    
    * gnu/packages/spice.scm (spice-protocol): Update to 0.14.1.
---
 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 404b2a7..3445c64 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -98,7 +98,7 @@ system to use the host GPU to accelerate 3D rendering.")
 (define-public spice-protocol
   (package
     (name "spice-protocol")
-    (version "0.14.0")
+    (version "0.14.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -106,7 +106,7 @@ system to use the host GPU to accelerate 3D rendering.")
                 "spice-protocol-" version ".tar.bz2"))
               (sha256
                (base32
-                "1b3f44c13pqsp7aabmcinfbmgl79038bp5548l5pjs16lcfam95n"))))
+                "0ahk5hlanwhbc64r80xmchdav3ls156cvh9l68a0l22bhdhxmrkr"))))
     (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]