gnu: mesa: Update to 17.3.7.

* gnu/packages/gl.scm (mesa): Update to 17.3.7.
This commit is contained in:
Marius Bakke 2018-03-22 15:10:01 +01:00
parent 457f6f262b
commit 12c77137eb
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -222,7 +222,7 @@ (define libva-without-mesa
(define-public mesa (define-public mesa
(package (package
(name "mesa") (name "mesa")
(version "17.3.6") (version "17.3.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -234,7 +234,7 @@ (define-public mesa
version "/mesa-" version ".tar.xz"))) version "/mesa-" version ".tar.xz")))
(sha256 (sha256
(base32 (base32
"1y7vawz2sbpzdqk4b60w8kfrxb2rfkdjkifyxxfx1jaasj05d4g5")) "07mcfyksspr4xp7fhhdgjhxm0182jhyav11shpzahrdsix591585"))
(patches (patches
(search-patches "mesa-wayland-egl-symbols-check-mips.patch" (search-patches "mesa-wayland-egl-symbols-check-mips.patch"
"mesa-skip-disk-cache-test.patch")))) "mesa-skip-disk-cache-test.patch"))))