gnu: mesa: Update to 24.0.4.

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

Change-Id: Id0c14c0ad6a45d6cdb4533053e7a116285a87e5f
This commit is contained in:
John Kehayias 2024-04-01 01:29:46 -04:00
parent 3440e855e6
commit 23928e2d42
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -297,7 +297,7 @@ (define libva-without-mesa
(define-public mesa
(package
(name "mesa")
(version "24.0.3")
(version "24.0.4")
(source
(origin
(method url-fetch)
@ -307,7 +307,7 @@ (define-public mesa
"mesa-" version ".tar.xz")))
(sha256
(base32
"1gpx3glifdvyw2fxigiannrxkdfhag6b6h0nxab3azbvlfickbkp"))))
"1w25lwdrb0ffrx2fjk9izbvpcgf9ypfc7v32zybwvjwql0qbvzlh"))))
(build-system meson-build-system)
(propagated-inputs
;; The following are in the Requires.private field of gl.pc.