guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

34/34: gnu: mesa: Update to 18.3.1.


From: guix-commits
Subject: 34/34: gnu: mesa: Update to 18.3.1.
Date: Wed, 12 Dec 2018 15:56:50 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 17c3e0d85d9c1a6b4c09d09dd9238297b6165a2f
Author: Rutger Helling <address@hidden>
Date:   Wed Dec 12 08:42:55 2018 +0100

    gnu: mesa: Update to 18.3.1.
    
    * gnu/packages/gl.scm (mesa): Update to 18.3.1.
    [native-inputs]: Use python instead of python-2. Use python-mako instead of
    python2-mako.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/gl.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 1bf53bc..1c2632b 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 "18.2.6")
+    (version "18.3.1")
     (source
       (origin
         (method url-fetch)
@@ -233,7 +233,7 @@ also known as DXTn or DXTC) for Mesa.")
                                   version "/mesa-" version ".tar.xz")))
         (sha256
          (base32
-          "04nwxykmc80gicmal0zkk8is34rmbqawmfckirqhrps9h97zmfly"))
+          "0qyw9dj2p9n91qzc4ylck2an7ibssjvzi2bjcpv2ajk851yq47sv"))
         (patches
          (search-patches "mesa-skip-disk-cache-test.patch"))))
     (build-system gnu-build-system)
@@ -265,8 +265,8 @@ also known as DXTn or DXTC) for Mesa.")
         ("wayland-protocols" ,wayland-protocols)))
     (native-inputs
       `(("pkg-config" ,pkg-config)
-        ("python" ,python-2)
-        ("python2-mako" ,python2-mako)
+        ("python" ,python)
+        ("python-mako" ,python-mako)
         ("which" ,(@ (gnu packages base) which))))
     (arguments
      `(#:configure-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]