gnu: mesa: Update to 20.2.4.

* gnu/packages/gl.scm (mesa): Update to 20.2.4.
This commit is contained in:
Marius Bakke 2020-12-12 16:25:39 +01:00
parent 5b6b1608b2
commit 8115b5d4b2
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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