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:
parent
304d3d9644
commit
b43d36a556
1 changed files with 10 additions and 10 deletions
|
@ -297,17 +297,17 @@ also known as DXTn or DXTC) for Mesa.")
|
||||||
(define-public mesa
|
(define-public mesa
|
||||||
(package
|
(package
|
||||||
(name "mesa")
|
(name "mesa")
|
||||||
(version "23.3.2")
|
(version "24.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list (string-append "https://archive.mesa3d.org/"
|
(uri (list (string-append "https://archive.mesa3d.org/"
|
||||||
"mesa-" version ".tar.xz")
|
"mesa-" version ".tar.xz")
|
||||||
(string-append "ftp://ftp.freedesktop.org/pub/mesa/"
|
(string-append "ftp://ftp.freedesktop.org/pub/mesa/"
|
||||||
"mesa-" version ".tar.xz")))
|
"mesa-" version ".tar.xz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1p4swrbmz3kb1805kdj973hf8virgmix4m9qprmcb2bgl4gviz1w"))))
|
"1gpx3glifdvyw2fxigiannrxkdfhag6b6h0nxab3azbvlfickbkp"))))
|
||||||
(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.
|
||||||
|
|
Reference in a new issue