diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-10-12 20:54:27 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-10-12 20:54:27 +0200 |
commit | 178611c8334e5448591350f475d348b33bf66f65 (patch) | |
tree | 664b59b16a9a17e4f76ad0e9ebd7cca19d5b3670 /gnu | |
parent | 4a38ec9e98e2ca6dc1f01824b9097e0e668b48ab (diff) | |
download | patches-178611c8334e5448591350f475d348b33bf66f65.tar patches-178611c8334e5448591350f475d348b33bf66f65.tar.gz |
gnu: mesa: Update to 19.2.1.
* gnu/packages/gl.scm (mesa): Update to 19.2.1.
[native-inputs]: Replace PYTHON with PYTHON-WRAPPER.
Diffstat (limited to 'gnu')
-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 794bf5993d..81f808017d 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -229,7 +229,7 @@ also known as DXTn or DXTC) for Mesa.") (define-public mesa (package (name "mesa") - (version "19.1.5") + (version "19.2.1") (source (origin (method url-fetch) @@ -241,7 +241,7 @@ also known as DXTn or DXTC) for Mesa.") version "/mesa-" version ".tar.xz"))) (sha256 (base32 - "1d3frncljickn5yi2ch1w2phwxhxpi6diyac3cbin9f76m7f2m3v")) + "1s81kwcjkkahnf5y5mshmd3q9j057hhsai7awpq6yb6im2hkriac")) (patches (search-patches "mesa-skip-disk-cache-test.patch")))) (build-system meson-build-system) @@ -281,7 +281,7 @@ also known as DXTn or DXTC) for Mesa.") (_ `())) ("pkg-config" ,pkg-config) - ("python" ,python) + ("python" ,python-wrapper) ("python-mako" ,python-mako) ("which" ,(@ (gnu packages base) which)))) (arguments |