podiki pushed a commit to branch mesa-updates
in repository guix.

commit 6c210c6ac61499ebf2f3b3b4ca2607b50418d699
Author: John Kehayias <[email protected]>
AuthorDate: Mon May 5 21:07:57 2025 -0400

    gnu: mesa: Update to 25.0.5.
    
    * gnu/packages/gl.scm (mesa): Update to 25.0.5.
    
    Change-Id: Iff5908185278c46053f2b687498774d1fea0bfb0
---
 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 785d9db531..b44e6937c4 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -303,7 +303,7 @@ also known as DXTn or DXTC) for Mesa.")
 (define-public mesa
   (package
     (name "mesa")
-    (version "25.0.4")
+    (version "25.0.5")
     (source
      (origin
        (method url-fetch)
@@ -313,7 +313,7 @@ also known as DXTn or DXTC) for Mesa.")
                                  "mesa-" version ".tar.xz")))
        (sha256
         (base32
-         "0kghgnd1js1hwg91pldr9n560ywigdb6rhyn7zky991c6zs3qabn"))))
+         "1l3q8fnm1xk9dikkvlqwg6cqfjifahb4nirx9gvljjxal3g4bln0"))))
     (build-system meson-build-system)
     (propagated-inputs
      ;; The following are in the Requires.private field of gl.pc.

Reply via email to