guix-patches
[Top][All Lists]
Advanced

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

[bug#61576] [PATCH 10/21] gnu: spice: Update to 0.15.1.


From: Maxim Cournoyer
Subject: [bug#61576] [PATCH 10/21] gnu: spice: Update to 0.15.1.
Date: Fri, 17 Feb 2023 12:00:51 -0500

* gnu/packages/spice.scm (spice): Update to 0.15.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 191495b5fc..9483a5966d 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -199,7 +199,7 @@ (define-public spice-gtk
 (define-public spice
   (package
     (name "spice")
-    (version "0.15.0")
+    (version "0.15.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -207,7 +207,7 @@ (define-public spice
                 "spice-server/spice-" version ".tar.bz2"))
               (sha256
                (base32
-                "1xd0xffw0g5vvwbq4ksmm3jjfq45f9dw20xpmi82g1fj9f7wy85k"))))
+                "0ym3n60gq0kzzknk5ir8ib09cxsak9hkv7mmgsyic69jmdkszadd"))))
     (build-system gnu-build-system)
     (propagated-inputs
       (list openssl-1.1 pixman spice-protocol))
-- 
2.39.1






reply via email to

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