mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: mesa: Update to 17.3.7.
* gnu/packages/gl.scm (mesa): Update to 17.3.7.
This commit is contained in:
parent
457f6f262b
commit
12c77137eb
1 changed files with 2 additions and 2 deletions
|
@ -222,7 +222,7 @@ (define libva-without-mesa
|
|||
(define-public mesa
|
||||
(package
|
||||
(name "mesa")
|
||||
(version "17.3.6")
|
||||
(version "17.3.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -234,7 +234,7 @@ (define-public 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"))))
|
||||
|
|
Loading…
Reference in a new issue