gnu: libinput: Update to 1.19.4.

* gnu/packages/freedesktop.scm (libinput): Update to 1.19.4.
This commit is contained in:
Marius Bakke 2022-06-23 19:43:20 +02:00
parent b40151ff4f
commit 421a3c8172
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -483,14 +483,14 @@ (define-public libinput
;; Updating this will rebuild over 700 packages through libinput-minimal.
(package
(name "libinput")
(version "1.19.2")
(version "1.19.4")
(source (origin
(method url-fetch)
(uri (string-append "https://freedesktop.org/software/libinput/"
"libinput-" version ".tar.xz"))
(sha256
(base32
"10xqk05mkvsyxfxpn3vwkwb7j22d38wlbg1l1k37f6pfyc59zhqg"))))
"0h5lz54rrl48bhi3vki6s08m6rn2h62rlf08dhgchdm9nmqaaczz"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Ddocumentation=false")