mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: virglrenderer: Update to 1.1.0.
* gnu/packages/spice.scm (virglrenderer): Update to 1.1.0. Change-Id: I85b7eabdfb43e540ef39017c34b68b6ba1062bd8
This commit is contained in:
parent
fec2fb89bb
commit
fca507c8f4
1 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ different (virtual) machine than the one to which the USB device is attached.")
|
||||||
(define-public virglrenderer
|
(define-public virglrenderer
|
||||||
(package
|
(package
|
||||||
(name "virglrenderer")
|
(name "virglrenderer")
|
||||||
(version "1.0.1")
|
(version "1.1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -99,7 +99,7 @@ different (virtual) machine than the one to which the USB device is attached.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xw2qk8557gqpm1ssgk3ccshgljm6sh3wbbwpsp9cl0h4hdf2wq2"))))
|
"0cw3a0xkmlkc5a0yydbcyvr1hhxm0x6msn8d4pf1q4ck4q97ff3q"))))
|
||||||
(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…
Add table
Add a link
Reference in a new issue