diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-07-14 22:16:17 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-07-14 22:52:02 +0300 |
commit | 90e2535883e76f1676ae1fb7fa676d986da24ec9 (patch) | |
tree | 0e8dfac7b29a1fedfac856f15f59ee88cf895774 | |
parent | 486cddcd8bbe07f716f304e9c5f936c67903b23b (diff) | |
download | patches-90e2535883e76f1676ae1fb7fa676d986da24ec9.tar patches-90e2535883e76f1676ae1fb7fa676d986da24ec9.tar.gz |
gnu: mesa: Update to 18.1.4.
* gnu/packages/gl.scm (mesa): Update to 18.1.4.
-rw-r--r-- | gnu/packages/gl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index bde6e55607..002c30e9aa 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -224,7 +224,7 @@ also known as DXTn or DXTC) for Mesa.") (define-public mesa (package (name "mesa") - (version "18.1.2") + (version "18.1.4") (source (origin (method url-fetch) @@ -236,7 +236,7 @@ also known as DXTn or DXTC) for Mesa.") version "/mesa-" version ".tar.xz"))) (sha256 (base32 - "1ydivzm4c2k53b65lvm11d62z140xlmd7viw63bl5cm5idjg02q7")) + "12zm9hc3v4wnzhqyrvf2kfnz55idzdn82hs3ry940l45bn5lhq9h")) (patches (search-patches "mesa-skip-disk-cache-test.patch")))) (build-system gnu-build-system) |