gnu: mesa: Update to 20.2.4.
* gnu/packages/gl.scm (mesa): Update to 20.2.4.
This commit is contained in:
parent
5b6b1608b2
commit
8115b5d4b2
1 changed files with 2 additions and 2 deletions
|
@ -235,7 +235,7 @@ (define libva-without-mesa
|
|||
(define-public mesa
|
||||
(package
|
||||
(name "mesa")
|
||||
(version "20.1.9")
|
||||
(version "20.2.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -247,7 +247,7 @@ (define-public mesa
|
|||
version "/mesa-" version ".tar.xz")))
|
||||
(sha256
|
||||
(base32
|
||||
"10kk8a8k7f4ip8yaiqdyrx162nbw8pw4h3b4hs4ha8mpd43wlldj"))
|
||||
"14m09bk7akj0k02lg8fhvvzbdsashlbdsgl2cw7wbqfj2mhdqwh5"))
|
||||
(patches
|
||||
(search-patches "mesa-skip-disk-cache-test.patch"))))
|
||||
(build-system meson-build-system)
|
||||
|
|
Loading…
Reference in a new issue