guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: mesa: Update to 21.3.7.


From: guix-commits
Subject: branch core-updates updated: gnu: mesa: Update to 21.3.7.
Date: Wed, 16 Mar 2022 13:50:56 -0400

This is an automated email from the git hooks/post-receive script.

cwebber pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 2d206cd3dc gnu: mesa: Update to 21.3.7.
2d206cd3dc is described below

commit 2d206cd3dcf86d34fc8fbb96e352107ee9a4e014
Author: Christine Lemmer-Webber <cwebber@dustycloud.org>
AuthorDate: Wed Mar 16 13:49:50 2022 -0400

    gnu: mesa: Update to 21.3.7.
    
    * gnu/packages/gl.scm (mesa): Update to 21.3.7.
---
 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 fa49679870..36931c64ed 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -227,7 +227,7 @@ also known as DXTn or DXTC) for Mesa.")
 (define-public mesa
   (package
     (name "mesa")
-    (version "21.3.2")
+    (version "21.3.7")
     (source
       (origin
         (method url-fetch)
@@ -239,7 +239,7 @@ also known as DXTn or DXTC) for Mesa.")
                                   version "/mesa-" version ".tar.xz")))
         (sha256
          (base32
-          "1g96y59bw10ml8h4jl259g41jdmf5ww3jbwqpz1sprq7hgxvmrz2"))
+          "0ggw3s514z6szasbiy4dv5mdi689121yy2xly2g21gv1mavrvyml"))
         (patches
          (search-patches "mesa-skip-tests.patch"))))
     (build-system meson-build-system)



reply via email to

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