gnu: mesa: Update to 24.0.3.

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

Co-authored-by: aurtzy <aurtzy@gmail.com>
Change-Id: Id674e81154631daf9e8c33940c299dc1d26c62c5
This commit is contained in:
John Kehayias 2024-03-26 20:26:23 -04:00
parent 304d3d9644
commit b43d36a556
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -297,17 +297,17 @@ (define libva-without-mesa
(define-public mesa
(package
(name "mesa")
(version "23.3.2")
(version "24.0.3")
(source
(origin
(method url-fetch)
(uri (list (string-append "https://archive.mesa3d.org/"
"mesa-" version ".tar.xz")
(string-append "ftp://ftp.freedesktop.org/pub/mesa/"
"mesa-" version ".tar.xz")))
(sha256
(base32
"1p4swrbmz3kb1805kdj973hf8virgmix4m9qprmcb2bgl4gviz1w"))))
(origin
(method url-fetch)
(uri (list (string-append "https://archive.mesa3d.org/"
"mesa-" version ".tar.xz")
(string-append "ftp://ftp.freedesktop.org/pub/mesa/"
"mesa-" version ".tar.xz")))
(sha256
(base32
"1gpx3glifdvyw2fxigiannrxkdfhag6b6h0nxab3azbvlfickbkp"))))
(build-system meson-build-system)
(propagated-inputs
;; The following are in the Requires.private field of gl.pc.