gnu: mesa: Update to 17.3.7.

* gnu/packages/gl.scm (mesa): Update to 17.3.7.
master
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
1 changed files with 2 additions and 2 deletions

View File

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