gnu: libinput: Update to 1.11.3.

* gnu/packages/freedesktop.scm (libinput): Update to 1.11.3.
This commit is contained in:
Marius Bakke 2018-07-27 00:28:24 +02:00
parent cb8f7d6d2f
commit 3b6f8a45d7
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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