gnu: mesa: Update to 20.1.9.

* gnu/packages/gl.scm (mesa): Update to 20.1.9.
This commit is contained in:
Marius Bakke 2020-10-11 16:36:32 +02:00
parent b2bb04bde5
commit b7c0b0ad9f
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -233,7 +233,7 @@ (define libva-without-mesa
(define-public mesa
(package
(name "mesa")
(version "20.1.4")
(version "20.1.9")
(source
(origin
(method url-fetch)
@ -245,7 +245,7 @@ (define-public mesa
version "/mesa-" version ".tar.xz")))
(sha256
(base32
"1zlrczmmkcy42w332rfmlicihlnrxmkrnkpb21sl98725cf2f038"))
"10kk8a8k7f4ip8yaiqdyrx162nbw8pw4h3b4hs4ha8mpd43wlldj"))
(patches
(search-patches "mesa-skip-disk-cache-test.patch"))))
(build-system meson-build-system)