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 #23 received at 61042 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/spice.scm (spice-vdagent): Update to 0.22.0.
[patches]: Remove spice-vdagent-glib-2.68.patch.
---
gnu/packages/spice.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index 44080049c5..bf44d05e10 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -272,7 +272,7 @@ (define-public spice
(define-public spice-vdagent
(package
(name "spice-vdagent")
- (version "0.21.0")
+ (version "0.22.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -280,9 +280,7 @@ (define-public spice-vdagent
"spice-vdagent-" version ".tar.bz2"))
(sha256
(base32
- "0n8jlc1pv6mkry161y656b1nk9hhhminjq6nymzmmyjl7k95ymzx"))
- (patches
- (search-patches "spice-vdagent-glib-2.68.patch"))))
+ "14zvm20ww6cnmqadjy9qlmh04imvnv395zdkgmlcvkixxsi9fdam"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
--
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.