mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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>
This commit is contained in:
parent
bbce1e0274
commit
6786353a8b
1 changed files with 3 additions and 3 deletions
|
@ -90,16 +90,16 @@ (define-public usbredir
|
||||||
(define-public virglrenderer
|
(define-public virglrenderer
|
||||||
(package
|
(package
|
||||||
(name "virglrenderer")
|
(name "virglrenderer")
|
||||||
(version "0.10.4")
|
(version "1.0.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.freedesktop.org/virgl/virglrenderer")
|
(url "https://gitlab.freedesktop.org/virgl/virglrenderer.git")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06pwavrknyhghlxyh7ckq4scjx47v9fhy08r6pn194whzvzivmqg"))))
|
"0xw2qk8557gqpm1ssgk3ccshgljm6sh3wbbwpsp9cl0h4hdf2wq2"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(inputs (list libepoxy mesa))
|
(inputs (list libepoxy mesa))
|
||||||
(native-inputs (list pkg-config python))
|
(native-inputs (list pkg-config python))
|
||||||
|
|
Loading…
Reference in a new issue