1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-21 16:45:58 +02:00

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
+2 -2
View File
@@ -678,7 +678,7 @@ freedesktop.org project.")
;; 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 @@ freedesktop.org project.")
(file-name (git-file-name name version))
(sha256
(base32
"0wnqfnxxvf9jclh64hrb0scn3s1dmwdkmqf7hp0cfmjz5n5nnv7d"))))
"0xk0dljykjfmkks7kjxvbia6g3wadmy7lihfygm8icywkq8j0dw1"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Ddocumentation=false")