guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: spice: Update to 0.15.0.


From: guix-commits
Subject: 05/06: gnu: spice: Update to 0.15.0.
Date: Sun, 13 Jun 2021 09:41:33 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 0368d4708cd5a412aab1b2a8bda62e3758c50d24
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jun 13 14:52:24 2021 +0200

    gnu: spice: Update to 0.15.0.
    
    * gnu/packages/spice.scm (spice): Update to 0.15.0.
---
 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 561f4e4c..7fce241 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -216,7 +216,7 @@ which allows users to view a desktop computing 
environment.")
 (define-public spice
   (package
     (name "spice")
-    (version "0.14.3")
+    (version "0.15.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -224,7 +224,7 @@ which allows users to view a desktop computing 
environment.")
                 "spice-server/spice-" version ".tar.bz2"))
               (sha256
                (base32
-                "05512vkfayw18ypg4acqbbpr72nsnsz9bj7k8c2wyrvnl3j4n7am"))))
+                "1xd0xffw0g5vvwbq4ksmm3jjfq45f9dw20xpmi82g1fj9f7wy85k"))))
     (build-system gnu-build-system)
     (propagated-inputs
       `(("openssl" ,openssl)



reply via email to

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