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:
Maxim Cournoyer 2025-03-15 15:06:43 +09:00
parent fec2fb89bb
commit fca507c8f4
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -90,7 +90,7 @@ different (virtual) machine than the one to which the USB device is attached.")
(define-public virglrenderer
(package
(name "virglrenderer")
(version "1.0.1")
(version "1.1.0")
(source (origin
(method git-fetch)
(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))
(sha256
(base32
"0xw2qk8557gqpm1ssgk3ccshgljm6sh3wbbwpsp9cl0h4hdf2wq2"))))
"0cw3a0xkmlkc5a0yydbcyvr1hhxm0x6msn8d4pf1q4ck4q97ff3q"))))
(build-system meson-build-system)
(inputs (list libepoxy mesa))
(native-inputs (list pkg-config python))