[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/05: gnu: mesa: Update to 19.2.1.
From: |
guix-commits |
Subject: |
02/05: gnu: mesa: Update to 19.2.1. |
Date: |
Sat, 12 Oct 2019 15:42:22 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit 178611c8334e5448591350f475d348b33bf66f65
Author: Marius Bakke <address@hidden>
Date: Sat Oct 12 20:54:27 2019 +0200
gnu: mesa: Update to 19.2.1.
* gnu/packages/gl.scm (mesa): Update to 19.2.1.
[native-inputs]: Replace PYTHON with PYTHON-WRAPPER.
---
gnu/packages/gl.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 794bf59..81f8080 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