[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#61042] [v2 5/6] gnu: spice: Update to 0.15.1.
From: |
Simon Streit |
Subject: |
[bug#61042] [v2 5/6] gnu: spice: Update to 0.15.1. |
Date: |
Thu, 2 Feb 2023 22:01:03 +0100 |
* gnu/packages/spice.scm (spice): Update to 0.15.1.
[inputs]: Add bash-minimal.
---
gnu/packages/spice.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index 1f68b1309d..44080049c5 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -219,7 +219,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
@@ -227,12 +227,13 @@ (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))
(inputs
- (list cyrus-sasl
+ (list bash-minimal
+ cyrus-sasl
glib
libjpeg-turbo
libcacard ; smartcard support
@@ -251,7 +252,6 @@ (define-public spice
`(#:configure-flags
'("--enable-lz4"
"--enable-automated-tests")
-
#:phases
(modify-phases %standard-phases
;; XXX: Otherwise the server listen tests fails with
@@ -259,7 +259,6 @@ (define-public spice
(add-before 'check 'set-XDG_CONFIG_HOME
(lambda _
(setenv "XDG_CONFIG_HOME" "/tmp"))))
-
;; Several tests appear to be opening the same sockets concurrently.
#:parallel-tests? #f))
(synopsis "Server implementation of the SPICE protocol")
--
2.39.1
- [bug#61042] [v2 0/6] Upgrade spice packages, Simon Streit, 2023/02/02
- [bug#61042] [v2 1/6] gnu: usbredir: Update to 0.13.0., Simon Streit, 2023/02/02
- [bug#61042] [v2 2/6] gnu: virglrenderer: Update to 0.10.4., Simon Streit, 2023/02/02
- [bug#61042] [v2 3/6] gnu: spice-protocol: Update to 0.14.4., Simon Streit, 2023/02/02
- [bug#61042] [v2 5/6] gnu: spice: Update to 0.15.1.,
Simon Streit <=
- [bug#61042] [v2 4/6] gnu: spice-gtk: Update to 0.41., Simon Streit, 2023/02/02
- [bug#61042] [v2 6/6] gnu: spice-vdagent: Update to 0.22.0., Simon Streit, 2023/02/02