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

commit 21236055febb5724b7d7d7c3dab7fe27a97ce212
Author: John Kehayias <[email protected]>
AuthorDate: Thu May 29 12:59:51 2025 -0400

    gnu: mesa: Update to 25.1.1.
    
    * gnu/packages/gl.scm (mesa): Update to 25.1.1.
    
    Change-Id: I3ab477ce7334b4ef066e7fd3c6adfdd35e8cea76
---
 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 b44e6937c4..11915c1449 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.5")
+    (version "25.1.1")
     (source
      (origin
        (method url-fetch)
@@ -313,7 +313,7 @@ also known as DXTn or DXTC) for Mesa.")
                                  "mesa-" version ".tar.xz")))
        (sha256
         (base32
-         "1l3q8fnm1xk9dikkvlqwg6cqfjifahb4nirx9gvljjxal3g4bln0"))))
+         "1kjv84a7ln5n19dkgcsjdn7f3kfkzqqhpgyw4j2visdrnwc2m56g"))))
     (build-system meson-build-system)
     (propagated-inputs
      ;; The following are in the Requires.private field of gl.pc.

Reply via email to