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

commit 3af85b974efc5844b0a7274be171cfc19c4e124b
Author: John Kehayias <[email protected]>
AuthorDate: Fri Apr 18 11:15:18 2025 -0400

    gnu: mesa: Update to 25.0.4.
    
    * gnu/packages/gl.scm (mesa): Update to 25.0.4.
    
    Change-Id: I3589d8e3b2570009f430b5b2068c98c469645ff6
---
 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 6808b31a65..785d9db531 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.3")
+    (version "25.0.4")
     (source
      (origin
        (method url-fetch)
@@ -313,7 +313,7 @@ also known as DXTn or DXTC) for Mesa.")
                                  "mesa-" version ".tar.xz")))
        (sha256
         (base32
-         "06vicvn73vj2i19d3dcqzsr2mbjiykgmp5qqdpcqyn70dknjdx2z"))))
+         "0kghgnd1js1hwg91pldr9n560ywigdb6rhyn7zky991c6zs3qabn"))))
     (build-system meson-build-system)
     (propagated-inputs
      ;; The following are in the Requires.private field of gl.pc.

Reply via email to