gnu: mesa: Update to 17.2.7.

* gnu/packages/gl.scm (mesa): Update to 17.2.7.
This commit is contained in:
Marius Bakke 2017-12-17 16:56:23 +01:00
parent cafc97e2f3
commit 55906d6ced
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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