guix-patches
[Top][All Lists]
Advanced

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

[bug#67402] [PATCH v2 2/2] gnu: spice: Update to 0.15.2.


From: Ahmad Draidi
Subject: [bug#67402] [PATCH v2 2/2] gnu: spice: Update to 0.15.2.
Date: Sat, 17 Feb 2024 19:59:39 +0400

* gnu/packages/spice.scm (spice): Update to 0.15.2.

Change-Id: I0f79980dab53f5d65c1efa95e4221811247beaa3
---
v2: Rebase. Nothing else.

 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 @@ (define-public spice-gtk
 (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 @@ (define-public spice
                 "spice-server/spice-" version ".tar.bz2"))
               (sha256
                (base32
-                "0ym3n60gq0kzzknk5ir8ib09cxsak9hkv7mmgsyic69jmdkszadd"))))
+                "10av05vk60jzqjhqbsw5zdwqmx6gpr50045wqiqp9483gw8vd7kd"))))
     (build-system gnu-build-system)
     (propagated-inputs
       (list openssl-1.1 pixman spice-protocol))
-- 
2.41.0






reply via email to

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