From 23928e2d426fb63945682c2c8c60145fe4d333dd Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Mon, 1 Apr 2024 01:29:46 -0400 Subject: gnu: mesa: Update to 24.0.4. * gnu/packages/gl.scm (mesa): Update to 24.0.4. Change-Id: Id0c14c0ad6a45d6cdb4533053e7a116285a87e5f --- gnu/packages/gl.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index c32bfad82e..e03c73bc79 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -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. -- cgit v1.2.3