[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/04: gnu: mesa: Update to 17.3.4.
From: |
Marius Bakke |
Subject: |
03/04: gnu: mesa: Update to 17.3.4. |
Date: |
Sat, 17 Feb 2018 11:24:51 -0500 (EST) |
mbakke pushed a commit to branch staging
in repository guix.
commit c55a4956fd31547511a4cd2372bc9852610aceaa
Author: Marius Bakke <address@hidden>
Date: Sat Feb 17 16:59:12 2018 +0100
gnu: mesa: Update to 17.3.4.
* gnu/packages/gl.scm (mesa): Update to 17.3.4.
---
gnu/packages/gl.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 1dff039..78d5209 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -221,7 +221,7 @@ also known as DXTn or DXTC) for Mesa.")
(define-public mesa
(package
(name "mesa")
- (version "17.3.1")
+ (version "17.3.4")
(source
(origin
(method url-fetch)
@@ -233,7 +233,7 @@ also known as DXTn or DXTC) for Mesa.")
version "/mesa-" version ".tar.xz")))
(sha256
(base32
- "1h94m2nkxa1y4n415d5idk2x2lkgbvjcikv6r2r6yn4ak7h0grls"))
+ "1l4h4phbam08llf1rmh25zwff1h1fb8q1ja6vnhg2pdw6gi9bybi"))
(patches
(search-patches "mesa-wayland-egl-symbols-check-mips.patch"
"mesa-skip-disk-cache-test.patch"))))