[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/53: gnu: virglrenderer: Update to 1.0.1.
From: |
guix-commits |
Subject: |
03/53: gnu: virglrenderer: Update to 1.0.1. |
Date: |
Thu, 22 Feb 2024 10:18:51 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 6786353a8b4f00ef7a76b846fec5f9f0e3e70b8b
Author: Ahmad Draidi via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Sat Feb 17 19:59:38 2024 +0400
gnu: virglrenderer: Update to 1.0.1.
* gnu/packages/spice.scm (virglrenderer): Update to 1.0.1.
[source]: Update URI to avoid redirect.
Change-Id: I0b132a62b6cc312da857796ce5242a5b7ff475d6
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
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 @@ different (virtual) machine than the one to which the USB
device is attached.")
(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))
- branch master updated (58233e6c21 -> 59ef52ccb2), guix-commits, 2024/02/22
- 03/53: gnu: virglrenderer: Update to 1.0.1.,
guix-commits <=
- 01/53: gnu: Add xpenguins., guix-commits, 2024/02/22
- 10/53: gnu: emacs-cider: Update to 1.13.1., guix-commits, 2024/02/22
- 05/53: gnu: Add tagainijisho., guix-commits, 2024/02/22
- 15/53: gnu: emacs-debbugs: Update to 0.40., guix-commits, 2024/02/22
- 06/53: gnu: Add libsixel., guix-commits, 2024/02/22
- 14/53: gnu: emacs-pabbrev: Update to 4.3.0., guix-commits, 2024/02/22
- 21/53: gnu: emacs-corfu: Update to 1.2., guix-commits, 2024/02/22
- 25/53: gnu: emacs-edit-indirect: Update to 0.1.13., guix-commits, 2024/02/22
- 13/53: gnu: emacs-mmm-mode: Update to 0.5.11., guix-commits, 2024/02/22
- 23/53: gnu: emacs-dtrt-indent: Update to 1.17., guix-commits, 2024/02/22