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

commit 31380901c438b5ef2f830776c5affc90ce3c2a8d
Author: John Kehayias <[email protected]>
AuthorDate: Sun Jul 27 11:19:22 2025 -0400

    gnu: mesa: Update to 25.1.6.
    
    * gnu/packages/gl.scm (mesa): Update to 25.1.6.
    
    Change-Id: I42e6d33411aea3876d84477212f5e21fadcf2605
---
 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 fc1d2a9d11..f26cdda8e4 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.1.5")
+    (version "25.1.6")
     (source
      (origin
        (method url-fetch)
@@ -323,7 +323,7 @@ also known as DXTn or DXTC) for Mesa.")
                                  "mesa-" version ".tar.xz")))
        (sha256
         (base32
-         "0qxklcar3pknnalkjgaf8mlwad3ddv6379vfxk851sbfzw86nkrw"))))
+         "116f712h9nwdmjxph9x3idqd7h70lgfqz1m961yp3n6j77mnjawz"))))
     (build-system meson-build-system)
     (propagated-inputs
      ;; The following are in the Requires.private field of gl.pc.

Reply via email to