GNU bug report logs -
#61042
[PATCH 0/6] Upgrade spice packages
Previous Next
Reported by: Simon Streit <simon <at> netpanic.org>
Date: Tue, 24 Jan 2023 18:46:01 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 61042 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/spice.scm (spice-protocol): Update to 0.14.4.
---
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 6eb8a4bfc7..cfcae44b91 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -108,7 +108,7 @@ (define-public virglrenderer
(define-public spice-protocol
(package
(name "spice-protocol")
- (version "0.14.3")
+ (version "0.14.4")
(source (origin
(method url-fetch)
(uri (string-append
@@ -116,7 +116,7 @@ (define-public spice-protocol
"spice-protocol-" version ".tar.xz"))
(sha256
(base32
- "0yj8k7gcirrsf21w0q6146n5g4nzn2pqky4p90n5760m5ayfb1pr"))))
+ "04nr2w6ymy5jinfi3lj6205yd5h0swss3ykxqk7l3m4z1mhvmzq4"))))
(build-system meson-build-system)
(arguments
`(#:phases
--
2.39.1
This bug report was last modified 2 years and 85 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.