gnu: mesa: Update to 21.3.8.

* gnu/packages/gl.scm (mesa): Update to 21.3.8.
This commit is contained in:
Ludovic Courtès 2022-05-15 15:33:22 +02:00
parent 99ec6b8e40
commit d0951c288b
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -260,7 +260,7 @@ (define libva-without-mesa
(define-public mesa
(package
(name "mesa")
(version "21.3.2")
(version "21.3.8")
(source
(origin
(method url-fetch)
@ -272,7 +272,7 @@ (define-public mesa
version "/mesa-" version ".tar.xz")))
(sha256
(base32
"1g96y59bw10ml8h4jl259g41jdmf5ww3jbwqpz1sprq7hgxvmrz2"))
"19wx5plk6z0hhi0zdzxjx8ynl3lhlc5mbd8vhwqyk92kvhxjf3g7"))
(patches
(search-patches "mesa-skip-tests.patch"))))
(build-system meson-build-system)