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

commit a2b20d13143ee888f8faa93f07c8cc3e576cd06d
Author: John Kehayias <j...@guixotic.coop>
AuthorDate: Wed Sep 17 23:20:37 2025 -0400

    gnu: mesa: Update to 25.2.3.
    
    * gnu/packages/gl.scm (mesa): Update to 25.2.3.
    
    Change-Id: I28cee586fc49ba5aad9fa362260357e96d76977f
---
 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 99bd5874bd..72ffa6cdb1 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -313,7 +313,7 @@ also known as DXTn or DXTC) for Mesa.")
 (define-public mesa
   (package
     (name "mesa")
-    (version "25.2.2")
+    (version "25.2.3")
     (source
      (origin
        (method url-fetch)
@@ -323,7 +323,7 @@ also known as DXTn or DXTC) for Mesa.")
                                  "mesa-" version ".tar.xz")))
        (sha256
         (base32
-         "04j41qbc1qnf2iillyz1h5g7c1216x538f2msy7rs1589b6spms3"))))
+         "1y5lj9zy2hfvx9ji1rvsjapmzap7mpp5i3pf2yfcpmpica2v5mpj"))))
     (build-system meson-build-system)
     (propagated-inputs
      ;; The following are in the Requires.private field of gl.pc.

Reply via email to