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

commit 7cfc2503eda3669ac6db8edffcaa0a3886ab29b2
Author: John Kehayias <john.kehay...@protonmail.com>
AuthorDate: Thu Aug 21 14:08:43 2025 -0400

    gnu: mesa: Update to 25.2.1.
    
    * gnu/packages/gl.scm (mesa): Update to 25.2.1.
    
    Change-Id: I4ee0255e6208b282ccca139c56e051a08170e026
---
 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 3b5a5a22fb..7a03bcdd4d 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -314,7 +314,7 @@ also known as DXTn or DXTC) for Mesa.")
 (define-public mesa
   (package
     (name "mesa")
-    (version "25.2.0")
+    (version "25.2.1")
     (source
      (origin
        (method url-fetch)
@@ -324,7 +324,7 @@ also known as DXTn or DXTC) for Mesa.")
                                  "mesa-" version ".tar.xz")))
        (sha256
         (base32
-         "0kwdpl87v4damasg3rvw9453qbs286vkimjks8qlvlblq0hnnwkw"))))
+         "192vjqf7g9k8v63cnw89b0n9cs0w2wlk0l7f97h4hpyki4hkf961"))))
     (build-system meson-build-system)
     (propagated-inputs
      ;; The following are in the Requires.private field of gl.pc.

Reply via email to