unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54066] [PATCH]: Update mesa to 21.3.6 (fixup release)
@ 2022-02-19 16:45 Ekaitz Zarraga
  2022-02-22 19:50 ` John Kehayias via Guix-patches via
  2022-05-15 14:03 ` bug#54066: " Ludovic Courtès
  0 siblings, 2 replies; 4+ messages in thread
From: Ekaitz Zarraga @ 2022-02-19 16:45 UTC (permalink / raw)
  To: 54066

From a8dbe13a127cd29c87f9ab70c421661e393d53b6 Mon Sep 17 00:00:00 2001
From: Ekaitz Zarraga <ekaitz@elenq.tech>
Date: Sat, 19 Feb 2022 17:43:46 +0100
Subject: [PATCH] gnu: mesa: Update to 21.3.6.

* gnu/packages/gl.scm (mesa): Update to 21.3.6.
---
 gnu/packages/gl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 0ff39dc24d..470c9094c7 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -260,7 +260,7 @@ (define libva-without-mesa
 (define-public mesa
   (package
     (name "mesa")
-    (version "21.3.2")
+    (version "21.3.6")
     (source
       (origin
         (method url-fetch)
@@ -272,7 +272,7 @@ (define-public mesa
                                   version "/mesa-" version ".tar.xz")))
         (sha256
          (base32
-          "1g96y59bw10ml8h4jl259g41jdmf5ww3jbwqpz1sprq7hgxvmrz2"))
+          "0dk717mrp59i6wgf5nir7126hmjw48jw1z15s10smsa6slgpdfwn"))
         (patches
          (search-patches "mesa-skip-tests.patch"))))
     (build-system meson-build-system)
--
2.34.0






^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-05-15 14:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-19 16:45 [bug#54066] [PATCH]: Update mesa to 21.3.6 (fixup release) Ekaitz Zarraga
2022-02-22 19:50 ` John Kehayias via Guix-patches via
2022-03-03 16:05   ` John Kehayias via Guix-patches via
2022-05-15 14:03 ` bug#54066: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).