diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2024-12-20 15:17:32 -0500 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2025-01-05 20:28:22 -0500 |
commit | a65ebe5fad6921dddb165f417761886fc114ad29 (patch) | |
tree | 2b2da37e25d444bf3974a1a971f1d6e9a88e59f2 /gnu/packages/gl.scm | |
parent | 76b5a6f2c93750f011e7e7cd402ea30548ade89d (diff) |
gnu: mesa: Update to 24.3.2.
* gnu/packages/gl.scm (mesa): Update to 24.3.2.
Change-Id: Ie003db7cedb768752ad89cdfde039cdf4f5ce124
Diffstat (limited to 'gnu/packages/gl.scm')
-rw-r--r-- | gnu/packages/gl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index b3e70bcc6ba..c20e07e132b 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -303,7 +303,7 @@ also known as DXTn or DXTC) for Mesa.") (define-public mesa (package (name "mesa") - (version "24.3.1") + (version "24.3.2") (source (origin (method url-fetch) @@ -313,7 +313,7 @@ also known as DXTn or DXTC) for Mesa.") "mesa-" version ".tar.xz"))) (sha256 (base32 - "1bs310dw9jjzvvchszmb3jakqb5268ssp83ba9ybrrcw8h05jycw")))) + "05pp7wghydjx428r4wr6p08nsx1g0ssnxvjlc9wf8s91dlx5z7xd")))) (build-system meson-build-system) (propagated-inputs ;; The following are in the Requires.private field of gl.pc. |