From b43d36a556c1c1d75fdffbec08d8c39121a528cd Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Tue, 26 Mar 2024 20:26:23 -0400 Subject: gnu: mesa: Update to 24.0.3. * gnu/packages/gl.scm (mesa): Update to 24.0.3. Co-authored-by: aurtzy Change-Id: Id674e81154631daf9e8c33940c299dc1d26c62c5 --- gnu/packages/gl.scm | 20 ++++++++++---------- 1 file 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. -- cgit v1.2.3 0ef'/>
AgeCommit message (Expand)Author
2014-08-15Add (guix monad-repl)....Ludovic Courtès
2014-05-20Augment (guix)....Ludovic Courtès
2013-01-06Update license headers....Ludovic Courtès
2012-11-13Remove (guix http) and (guix ftp)....Ludovic Courtès
2012-11-11Move base32 code to (guix base32)....Ludovic Courtès