gnu: libinput: Update to 1.15.3.

* gnu/packages/freedesktop.scm (libinput): Update to 1.15.3.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-09 04:14:53 +01:00
parent 4227a73189
commit 1fad0b8674
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -181,14 +181,14 @@ (define-public xdg-utils
(define-public libinput
(package
(name "libinput")
(version "1.15.0")
(version "1.15.3")
(source (origin
(method url-fetch)
(uri (string-append "https://freedesktop.org/software/libinput/"
"libinput-" version ".tar.xz"))
(sha256
(base32
"1qa3b2fd4pv8ysf0mgwnyhqv9v48zgy3sy0q3a3vxcmwcvpizgxz"))))
"0kb9i1xav8hmrl6g0qdq7jii589i9sjjrbh43fsc5284smyl44jv"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Ddocumentation=false")