[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)
- branch master updated (245cab2 -> 628a6c5), guix-commits, 2021/06/13
- 02/06: gnu: ungoogled-chromium: Update to 91.0.4472.101-0.bd0ffd1., guix-commits, 2021/06/13
- 03/06: gnu: speech-dispatcher: Update to 0.10.2., guix-commits, 2021/06/13
- 04/06: gnu: libcacard: Update to 2.8.0., guix-commits, 2021/06/13
- 01/06: gnu: QEMU: Update to 6.0.0., guix-commits, 2021/06/13
- 06/06: gnu: QEMU: Fix compatibility with Meson 0.58., guix-commits, 2021/06/13
- 05/06: gnu: spice: Update to 0.15.0.,
guix-commits <=