guix-commits
[Top][All Lists]
Advanced

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

21/78: gnu: spice: Update to 0.15.2.


From: guix-commits
Subject: 21/78: gnu: spice: Update to 0.15.2.
Date: Fri, 23 Feb 2024 03:12:01 -0500 (EST)

sharlatan pushed a commit to branch go-team
in repository guix.

commit 68d33e1d6f2dca9428cfeb6c6eb1c844b335cf6d
Author: Ahmad Draidi via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Sat Feb 17 19:59:39 2024 +0400

    gnu: spice: Update to 0.15.2.
    
    * gnu/packages/spice.scm (spice): Update to 0.15.2.
    
    Change-Id: I0f79980dab53f5d65c1efa95e4221811247beaa3
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 7aa1022eb6..860b77cf5d 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -230,7 +230,7 @@ which allows users to view a desktop computing 
environment.")
 (define-public spice
   (package
     (name "spice")
-    (version "0.15.1")
+    (version "0.15.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -238,7 +238,7 @@ which allows users to view a desktop computing 
environment.")
                 "spice-server/spice-" version ".tar.bz2"))
               (sha256
                (base32
-                "0ym3n60gq0kzzknk5ir8ib09cxsak9hkv7mmgsyic69jmdkszadd"))))
+                "10av05vk60jzqjhqbsw5zdwqmx6gpr50045wqiqp9483gw8vd7kd"))))
     (build-system gnu-build-system)
     (propagated-inputs
       (list openssl-1.1 pixman spice-protocol))



reply via email to

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