[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: mesa: Update to 24.3.2.
From: |
guix-commits |
Subject: |
07/07: gnu: mesa: Update to 24.3.2. |
Date: |
Fri, 20 Dec 2024 15:18:46 -0500 (EST) |
podiki pushed a commit to branch mesa-updates
in repository guix.
commit 945743e027a894799c833cc8b9a10a3008f2e25d
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Fri Dec 20 15:17:32 2024 -0500
gnu: mesa: Update to 24.3.2.
* gnu/packages/gl.scm (mesa): Update to 24.3.2.
Change-Id: Ie003db7cedb768752ad89cdfde039cdf4f5ce124
---
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 b3e70bcc6b..c20e07e132 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.
- branch mesa-updates created (now 945743e027), guix-commits, 2024/12/20
- 01/07: gnu: libdrm: Update to 2.4.124., guix-commits, 2024/12/20
- 03/07: gnu: mesa: Update to 24.3.1., guix-commits, 2024/12/20
- 07/07: gnu: mesa: Update to 24.3.2.,
guix-commits <=
- 02/07: gnu: wayland-protocols: Update to 1.38., guix-commits, 2024/12/20
- 04/07: gnu: libva: Update to 2.22.0., guix-commits, 2024/12/20
- 05/07: gnu: mesa: Build asahi vulkan driver on aarch64-linux., guix-commits, 2024/12/20
- 06/07: gnu: wayland-protocols: Update to 1.39., guix-commits, 2024/12/20