gnu: libinput: Update to 1.29.0.

* gnu/packages/freedesktop.scm (libinput): Update to 1.29.0.

Change-Id: Ib54bd0d7202707852694f875c44c84b90589feac
This commit is contained in:
John Kehayias 2025-08-07 14:50:21 -04:00 committed by John Kehayias
parent c7317c4f71
commit de411c5cd8
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -676,7 +676,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
@ -685,7 +685,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")