gnu: mesa: Update to 25.0.2.

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

Change-Id: I2daa62441a760577de5ae28bab4de1a46773a194
This commit is contained in:
John Kehayias 2025-03-21 12:18:27 -04:00
parent 563682ef8a
commit 7c6070e61c
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -303,7 +303,7 @@ also known as DXTn or DXTC) for Mesa.")
(define-public mesa (define-public mesa
(package (package
(name "mesa") (name "mesa")
(version "24.3.2") (version "25.0.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -313,7 +313,7 @@ also known as DXTn or DXTC) for Mesa.")
"mesa-" version ".tar.xz"))) "mesa-" version ".tar.xz")))
(sha256 (sha256
(base32 (base32
"05pp7wghydjx428r4wr6p08nsx1g0ssnxvjlc9wf8s91dlx5z7xd")))) "15ywgxi3hmn4sk36xywm1mh5qjsz8gnzy046i6axy25khg809ydd"))))
(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.