podiki pushed a commit to branch mesa-updates in repository guix. commit efb4062befec39173a5338ed3366e3c1297cc038 Author: John Kehayias <john.kehay...@protonmail.com> AuthorDate: Fri Mar 21 12:18:27 2025 -0400
gnu: mesa: Update to 25.0.2. * gnu/packages/gl.scm (mesa): Update to 25.0.2. Change-Id: I2daa62441a760577de5ae28bab4de1a46773a194 --- 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 c20e07e132..0e6889664d 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 "24.3.2") + (version "25.0.2") (source (origin (method url-fetch) @@ -313,7 +313,7 @@ also known as DXTn or DXTC) for Mesa.") "mesa-" version ".tar.xz"))) (sha256 (base32 - "05pp7wghydjx428r4wr6p08nsx1g0ssnxvjlc9wf8s91dlx5z7xd")))) + "15ywgxi3hmn4sk36xywm1mh5qjsz8gnzy046i6axy25khg809ydd")))) (build-system meson-build-system) (propagated-inputs ;; The following are in the Requires.private field of gl.pc.