Archived
1
0
Fork 0

gnu: libinput: Update to 1.15.6.

* gnu/packages/freedesktop.scm (libinput): Update to 1.15.6.
This commit is contained in:
Marius Bakke 2020-07-24 22:38:10 +02:00
parent dd31108b25
commit 7c2ca68522
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -185,14 +185,14 @@ freedesktop.org project.")
;; Updating this will rebuild over 700 packages through libinput-minimal.
(package
(name "libinput")
(version "1.15.5")
(version "1.15.6")
(source (origin
(method url-fetch)
(uri (string-append "https://freedesktop.org/software/libinput/"
"libinput-" version ".tar.xz"))
(sha256
(base32
"15ww4jl3lcxyi8m8idg8canklbqv729gnwpkz7r98c1w8a7zq3m9"))))
"073z61dw46cyq0635a5n1mw7hw4qdgr58gbwwb3ds5v3d8hymvdf"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Ddocumentation=false")