guix_mirror_bot pushed a commit to branch mesa-updates in repository guix. commit e166ffb8adf4b50eadabe704f2fa480f1b4e9a2c Author: Maxim Cournoyer <ma...@guixotic.coop> AuthorDate: Thu Sep 4 11:34:32 2025 +0900
gnu: mesa: Update to 25.2.2. * gnu/packages/gl.scm (mesa): Update to 25.2.2. Change-Id: Iad91783d151000f6a7e43ce5d59f4b9b38aedc45 --- 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 7a03bcdd4d..255b452624 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.1") + (version "25.2.2") (source (origin (method url-fetch) @@ -324,7 +324,7 @@ also known as DXTn or DXTC) for Mesa.") "mesa-" version ".tar.xz"))) (sha256 (base32 - "192vjqf7g9k8v63cnw89b0n9cs0w2wlk0l7f97h4hpyki4hkf961")))) + "04j41qbc1qnf2iillyz1h5g7c1216x538f2msy7rs1589b6spms3")))) (build-system meson-build-system) (propagated-inputs ;; The following are in the Requires.private field of gl.pc.