gnu: mesa: Update to 19.3.2.

* gnu/packages/gl.scm (mesa): Update to 19.3.2.
This commit is contained in:
Marius Bakke 2020-01-19 10:42:12 +01:00
parent fe19ab3f03
commit 289d66d0cf
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -229,7 +229,7 @@ (define libva-without-mesa
(define-public mesa
(package
(name "mesa")
(version "19.2.7")
(version "19.3.2")
(source
(origin
(method url-fetch)
@ -241,7 +241,7 @@ (define-public mesa
version "/mesa-" version ".tar.xz")))
(sha256
(base32
"17jp8ghipgz62vqqz5llskxypkcmgf8gnlgnj0pyvnbgi6vryyg3"))
"1hg1gvcwvayksrdh9z8rfz66h3z1ffspmm2qgyy2nd8n8qrfwfjf"))
(patches
(search-patches "mesa-skip-disk-cache-test.patch"))))
(build-system meson-build-system)