gnu: mesa: Update to 25.1.6.

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

Change-Id: I42e6d33411aea3876d84477212f5e21fadcf2605
This commit is contained in:
John Kehayias 2025-07-27 11:19:22 -04:00 committed by Andreas Enge
parent 51fbae8af7
commit dc4c9365c9
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

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.1.5") (version "25.1.6")
(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
"0qxklcar3pknnalkjgaf8mlwad3ddv6379vfxk851sbfzw86nkrw")))) "116f712h9nwdmjxph9x3idqd7h70lgfqz1m961yp3n6j77mnjawz"))))
(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.