diff mbox series

[bug#46672] gnu: mesa: Update to 20.3.5.

Message ID 20210408212638.6480-1-vincent.legoll@gmail.com
State Accepted
Headers show
Series [bug#46672] gnu: mesa: Update to 20.3.5. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Vincent Legoll April 8, 2021, 9:26 p.m. UTC
* gnu/packages/gl.scm (mesa): Update to 20.3.5.
---
 gnu/packages/gl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Brice Waegeneire Sept. 4, 2021, 1:39 p.m. UTC | #1
Hello Vincent and Milkey,

Vincent Legoll <vincent.legoll@gmail.com> writes:

> * gnu/packages/gl.scm (mesa): Update to 20.3.5.

Thank for updating mesa!  Unfortunatly this patch as been supserseeded by the
commit 2c0013916e87acc90562dea167a6ff3e1dfee58e (curently on
corer-update-frozen) which update mesa to 21.1.6.  So I'm closing this issue.

Cheers,
- Brice
diff mbox series

Patch

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 437d270f05..b86f879465 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -235,7 +235,7 @@  also known as DXTn or DXTC) for Mesa.")
 (define-public mesa
   (package
     (name "mesa")
-    (version "20.3.4")
+    (version "20.3.5")
     (source
       (origin
         (method url-fetch)
@@ -247,7 +247,7 @@  also known as DXTn or DXTC) for Mesa.")
                                   version "/mesa-" version ".tar.xz")))
         (sha256
          (base32
-          "1120kf280hg4h0a2505vxf6rdw8r2ydl3cg4iwkmpx0zxj3sj8fw"))
+          "1klifqyr54q8ar8sncykgqllil98q1ma4i6g9j2c18yzcggp56lh"))
         (patches
          (search-patches "mesa-skip-tests.patch"))))
     (build-system meson-build-system)