1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-20 01:00:30 +02:00

gnu: libinput: Update to 1.26.2.

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

Change-Id: Ifc4c03c7a19d9f61d2e6d8a21e7fb1a139a7e7e7
This commit is contained in:
John Kehayias
2024-09-08 20:45:48 -04:00
parent fda63ca521
commit be27601e76

View File

@@ -705,7 +705,7 @@ freedesktop.org project.")
;; Updating this will rebuild over 700 packages through libinput-minimal.
(package
(name "libinput")
(version "1.24.0")
(version "1.26.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -714,7 +714,7 @@ freedesktop.org project.")
(file-name (git-file-name name version))
(sha256
(base32
"0xk0dljykjfmkks7kjxvbia6g3wadmy7lihfygm8icywkq8j0dw1"))))
"1zwwq7a0a6yznc6jxhp6gb50yw5vpfkvgbrabrpc5pwldpckfbrg"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Ddocumentation=false")