gnu: libinput: Update to 1.24.0.

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

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Hilton Chain 2023-08-25 16:51:12 +08:00 committed by Ludovic Courtès
parent b6be1e511c
commit 058a47af24
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -678,7 +678,7 @@ (define-public libinput
;; Updating this will rebuild over 700 packages through libinput-minimal.
(package
(name "libinput")
(version "1.23.0")
(version "1.24.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -687,7 +687,7 @@ (define-public libinput
(file-name (git-file-name name version))
(sha256
(base32
"0wnqfnxxvf9jclh64hrb0scn3s1dmwdkmqf7hp0cfmjz5n5nnv7d"))))
"0xk0dljykjfmkks7kjxvbia6g3wadmy7lihfygm8icywkq8j0dw1"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Ddocumentation=false")