diff options
author | Rutger Helling <rhelling@mykolab.com> | 2019-02-20 08:24:33 +0100 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2019-02-20 08:32:13 +0100 |
commit | e6a668ec7303a71f87e4c9354b1458e555058c63 (patch) | |
tree | 2e941991e90154d888e8612dd3919de719fa81d7 /gnu/packages/gl.scm | |
parent | 867fd0da496fc05c9b8d26233de3b5529f956859 (diff) | |
download | guix-e6a668ec7303a71f87e4c9354b1458e555058c63.tar guix-e6a668ec7303a71f87e4c9354b1458e555058c63.tar.gz |
gnu: mesa: Update to 18.3.4.
* gnu/packages/gl.scm (mesa): Update to 18.3.4.
Diffstat (limited to 'gnu/packages/gl.scm')
-rw-r--r-- | gnu/packages/gl.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index b673cbffe6..8a336a50f4 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -8,7 +8,7 @@ ;;; Copyright © 2016 David Thompson <davet@gnu.org> ;;; Copyright © 2017, 2018 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net> -;;; Copyright © 2017, 2018 Rutger Helling <rhelling@mykolab.com> +;;; Copyright © 2017, 2018, 2019 Rutger Helling <rhelling@mykolab.com> ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> ;;; ;;; This file is part of GNU Guix. @@ -221,7 +221,7 @@ also known as DXTn or DXTC) for Mesa.") (define-public mesa (package (name "mesa") - (version "18.3.1") + (version "18.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 - "0qyw9dj2p9n91qzc4ylck2an7ibssjvzi2bjcpv2ajk851yq47sv")) + "01xv03ah4l5lcfx015n3fg1620dh4nbbv6gmhh6zhdsx6sj4sc9j")) (patches (search-patches "mesa-skip-disk-cache-test.patch")))) (build-system gnu-build-system) |