[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/22: gnu: mesa: Update to 24.2.5.
From: |
guix-commits |
Subject: |
22/22: gnu: mesa: Update to 24.2.5. |
Date: |
Sat, 19 Oct 2024 10:40:35 -0400 (EDT) |
andreas pushed a commit to branch mesa-updates
in repository guix.
commit 91c21d109b4d83fbed4f949af42fdc34aa75af1c
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Fri Oct 18 13:27:30 2024 -0400
gnu: mesa: Update to 24.2.5.
* gnu/packages/gl.scm (mesa): Update to 24.2.5.
Change-Id: I84b8af46617fb414b564ceda6e9772dcee3f48d6
---
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 2bc8b05aa9..0a285dfc30 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.2.4")
+ (version "24.2.5")
(source
(origin
(method url-fetch)
@@ -313,7 +313,7 @@ also known as DXTn or DXTC) for Mesa.")
"mesa-" version ".tar.xz")))
(sha256
(base32
- "06j6sdirwgvcg3ighh9p804prxhkwjqm7xf9ajbyr2nmns5jm92y"))))
+ "0vyrkmy8j5bygddi2bsssj9g1rrcg4vfhvw0bjxsbmif4km0ngbk"))))
(build-system meson-build-system)
(propagated-inputs
;; The following are in the Requires.private field of gl.pc.
- branch mesa-updates created (now 91c21d109b), guix-commits, 2024/10/19
- 01/22: gnu: libdrm: Update to 2.4.123., guix-commits, 2024/10/19
- 05/22: gnu: volk: Hard-code path of vulkan-loader for dynamic loading, guix-commits, 2024/10/19
- 04/22: gnu: vulkan-headers: Hard-code libvulkan.so file name., guix-commits, 2024/10/19
- 08/22: gnu: mesa: Update to 24.2.2., guix-commits, 2024/10/19
- 11/22: gnu: wayland: Update to 1.23.1., guix-commits, 2024/10/19
- 14/22: gnu: mesa: Fix build on arm architectures., guix-commits, 2024/10/19
- 16/22: gnu: gtk-layer-shell: Update to 0.9.0., guix-commits, 2024/10/19
- 18/22: gnu: mesa: Enable NVK driver for x86_64 architecture., guix-commits, 2024/10/19
- 22/22: gnu: mesa: Update to 24.2.5.,
guix-commits <=
- 06/22: gnu: llvm-for-mesa: Update to llvm-18., guix-commits, 2024/10/19
- 10/22: gnu: libinput: Update to 1.26.2., guix-commits, 2024/10/19
- 12/22: gnu: wlroots: Remove unneeded hwdata patch., guix-commits, 2024/10/19
- 19/22: gnu: mesa: Update to 24.2.3., guix-commits, 2024/10/19
- 13/22: gnu: wlroots: Update to 0.18., guix-commits, 2024/10/19
- 15/22: gnu: qtwayland-6: Fix build., guix-commits, 2024/10/19
- 17/22: gnu: qtwayland: Fix build., guix-commits, 2024/10/19
- 21/22: gnu: sdl2: Update to 2.30.8., guix-commits, 2024/10/19
- 03/22: gnu: Remove wayland-protocols-next., guix-commits, 2024/10/19
- 09/22: gnu: mesa: Update configure flags., guix-commits, 2024/10/19