gnu: mesa: Update to 18.1.8.

* gnu/packages/gl.scm (mesa): Update to 18.1.8.
This commit is contained in:
Marius Bakke 2018-09-07 21:28:22 +02:00
parent 589aca1c18
commit 2246c19218
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -224,7 +224,7 @@ (define libva-without-mesa
(define-public mesa
(package
(name "mesa")
(version "18.1.7")
(version "18.1.8")
(source
(origin
(method url-fetch)
@ -236,7 +236,7 @@ (define-public mesa
version "/mesa-" version ".tar.xz")))
(sha256
(base32
"01kk42m2sjyc4k1nfw6k1lnzipjbbmp5js47drgdvp9vrqr3npk5"))
"06y28hpynb8w1qagznr85ml48hf8264w4ji6cmvm2fy7x5zyc6xx"))
(patches
(search-patches "mesa-skip-disk-cache-test.patch"))))
(build-system gnu-build-system)