3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: mesa: Update to 19.0.3.

* gnu/packages/gl.scm (mesa): Update to 19.0.3.
This commit is contained in:
Marius Bakke 2019-05-02 13:45:57 +02:00
parent 729102cbf4
commit 1ce1ebc303
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -223,7 +223,7 @@ also known as DXTn or DXTC) for Mesa.")
(define-public mesa
(package
(name "mesa")
(version "18.3.5")
(version "19.0.3")
(source
(origin
(method url-fetch)
@ -235,7 +235,7 @@ also known as DXTn or DXTC) for Mesa.")
version "/mesa-" version ".tar.xz")))
(sha256
(base32
"0lvrfjaic7dhay9v52f9k3q5aac8xagfq3pnzjrl0cn65jlaw9s0"))
"1mf4kwavdvg4cvaqh2m5jz3n5aw1prwyyifv2969lc6w717289zh"))
(patches
(search-patches "mesa-skip-disk-cache-test.patch"))))
(build-system meson-build-system)