GNU bug report logs -
#67402
[PATCH 0/2] Update some spice packages
Previous Next
Reported by: Ahmad Draidi <a.r.draidi <at> redscript.org>
Date: Thu, 23 Nov 2023 15:09:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #20 received at 67402 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/spice.scm (virglrenderer): Update to 1.0.1.
[source]: Update URI to avoid redirect.
Change-Id: I0b132a62b6cc312da857796ce5242a5b7ff475d6
---
v2: Update to latest release since the patch is not merged yet.
gnu/packages/spice.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index d0cef54c1d..7aa1022eb6 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -90,16 +90,16 @@ (define-public usbredir
(define-public virglrenderer
(package
(name "virglrenderer")
- (version "0.10.4")
+ (version "1.0.1")
(source (origin
(method git-fetch)
(uri (git-reference
- (url "https://gitlab.freedesktop.org/virgl/virglrenderer")
+ (url "https://gitlab.freedesktop.org/virgl/virglrenderer.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
- "06pwavrknyhghlxyh7ckq4scjx47v9fhy08r6pn194whzvzivmqg"))))
+ "0xw2qk8557gqpm1ssgk3ccshgljm6sh3wbbwpsp9cl0h4hdf2wq2"))))
(build-system meson-build-system)
(inputs (list libepoxy mesa))
(native-inputs (list pkg-config python))
--
2.41.0
This bug report was last modified 1 year and 140 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.