gnu: mesa: Update to 25.2.1.

* gnu/packages/gl.scm (mesa): Update to 25.2.1.

Change-Id: I4ee0255e6208b282ccca139c56e051a08170e026
This commit is contained in:
John Kehayias 2025-08-21 14:08:43 -04:00 committed by John Kehayias
parent e0c207194e
commit 7e30d4db88
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -314,7 +314,7 @@ also known as DXTn or DXTC) for Mesa.")
(define-public mesa (define-public mesa
(package (package
(name "mesa") (name "mesa")
(version "25.2.0") (version "25.2.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -324,7 +324,7 @@ also known as DXTn or DXTC) for Mesa.")
"mesa-" version ".tar.xz"))) "mesa-" version ".tar.xz")))
(sha256 (sha256
(base32 (base32
"0kwdpl87v4damasg3rvw9453qbs286vkimjks8qlvlblq0hnnwkw")))) "192vjqf7g9k8v63cnw89b0n9cs0w2wlk0l7f97h4hpyki4hkf961"))))
(build-system meson-build-system) (build-system meson-build-system)
(propagated-inputs (propagated-inputs
;; The following are in the Requires.private field of gl.pc. ;; The following are in the Requires.private field of gl.pc.