mhw pushed a commit to branch gnome-updates
in repository guix.

commit d0d0f8d1de8ecf62449de28293254659a572e2dc
Author: Mark H Weaver <[email protected]>
Date:   Mon Jan 9 02:01:13 2017 -0500

    gnu: mesa: Update to 13.0.3.
    
    * gnu/packages/gl.scm (mesa): Update to 13.0.3.
---
 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 9a484b7..a3862f1 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2013, 2015 Andreas Enge <[email protected]>
 ;;; Copyright © 2013 Joshua Grant <[email protected]>
 ;;; Copyright © 2014, 2016 David Thompson <[email protected]>
-;;; Copyright © 2014, 2015, 2016 Mark H Weaver <[email protected]>
+;;; Copyright © 2014, 2015, 2016, 2017 Mark H Weaver <[email protected]>
 ;;; Copyright © 2016 ng0 <[email protected]>
 ;;; Copyright © 2016 Ricardo Wurmus <[email protected]>
 ;;; Copyright © 2016 David Thompson <[email protected]>
@@ -197,7 +197,7 @@ also known as DXTn or DXTC) for Mesa.")
 (define-public mesa
   (package
     (name "mesa")
-    (version "13.0.2")
+    (version "13.0.3")
     (source
       (origin
         (method url-fetch)
@@ -205,7 +205,7 @@ also known as DXTn or DXTC) for Mesa.")
                             version "/mesa-" version ".tar.xz"))
         (sha256
          (base32
-          "1m8n8kd8kcs5ddyvldiw09wvpi5wwpfmmxlb87d63vgl8lk65vd6"))
+          "03m4gc6qc50lb0ic06f83r3yl0x4lmj2zjq3sl60vl3nq7jqpanr"))
         (patches
          (search-patches "mesa-wayland-egl-symbols-check-mips.patch"))))
     (build-system gnu-build-system)

Reply via email to