diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2024-03-26 20:26:23 -0400 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2024-03-31 20:47:17 -0400 |
commit | b43d36a556c1c1d75fdffbec08d8c39121a528cd (patch) | |
tree | c1a73a31955f704075beb7a7d140ba447d18f53c /gnu | |
parent | 304d3d96440df25edc26419367777138e91ec5ec (diff) | |
download | guix-b43d36a556c1c1d75fdffbec08d8c39121a528cd.tar.gz guix-b43d36a556c1c1d75fdffbec08d8c39121a528cd.zip |
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
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gl.scm | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index df1e0796cb..c32bfad82e 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -297,17 +297,17 @@ also known as DXTn or DXTC) for 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. |