gnu: libinput: Update to 1.15.2.

* gnu/packages/freedesktop.scm (libinput): Update to 1.15.2.
This commit is contained in:
Marius Bakke 2020-02-23 21:06:50 +01:00
parent c494e899db
commit e86620d76d
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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