gnu: mesa: Update to 17.1.4.

* gnu/packages/gl.scm (mesa): Update to 17.1.4.
This commit is contained in:
Efraim Flashner 2017-07-03 08:58:25 +03:00
parent 13fa4d7c35
commit 8ecb8bbc90
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -217,7 +217,7 @@ (define libva-without-mesa
(define-public mesa
(package
(name "mesa")
(version "17.1.2")
(version "17.1.4")
(source
(origin
(method url-fetch)
@ -227,7 +227,7 @@ (define-public mesa
version "/mesa-" version ".tar.xz")))
(sha256
(base32
"0fc2g6cqffr8mh705r60xv9v66saiff8y3alz6qkjqvl8d7q0dq9"))
"1bcwxin7nmbnv92xav381b6qxscsx1zzc71ryfvj03cglbkb1wq6"))
(patches
(search-patches "mesa-wayland-egl-symbols-check-mips.patch"
"mesa-skip-disk-cache-test.patch"))))