guix_mirror_bot pushed a commit to branch mesa-updates in repository guix. commit 4cf2b7e66ee18c6a306dc54a93da64032bd510a5 Author: John Kehayias <john.kehay...@protonmail.com> AuthorDate: Thu Aug 7 14:50:21 2025 -0400
gnu: libinput: Update to 1.29.0. * gnu/packages/freedesktop.scm (libinput): Update to 1.29.0. Change-Id: Ib54bd0d7202707852694f875c44c84b90589feac --- gnu/packages/freedesktop.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index fdef076d8a..1bcd08861d 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -760,7 +760,7 @@ freedesktop.org project.") ;; Updating this will rebuild over 700 packages through libinput-minimal. (package (name "libinput") - (version "1.28.1") + (version "1.29.0") (source (origin (method git-fetch) (uri (git-reference @@ -769,7 +769,7 @@ freedesktop.org project.") (file-name (git-file-name name version)) (sha256 (base32 - "1kgdjxgx5dbrx21kp4x2azfffd96lhcry77pbddbpkw4643vkmwj")))) + "1kgr18p7n9bvim9bx24jbr5nwp6icla3bgzfskr04f68mirmx561")))) (build-system meson-build-system) (arguments `(#:configure-flags '("-Ddocumentation=false")