Archived
1
0
Fork 0

gnu: libinput: Update to 1.16.4.

* gnu/packages/freedesktop.scm (libinput): Update to 1.16.4.
This commit is contained in:
Marius Bakke 2020-12-12 17:50:39 +01:00
parent 9fe0ca402b
commit 60e51f86ef
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -373,14 +373,14 @@ freedesktop.org project.")
;; Updating this will rebuild over 700 packages through libinput-minimal. ;; Updating this will rebuild over 700 packages through libinput-minimal.
(package (package
(name "libinput") (name "libinput")
(version "1.16.2") (version "1.16.4")
(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
"1ab0q4iya07kvjd2g1vzamj9h57qldi15h3b8324vg3szr88qggw")))) "0acywdjppj5i591l879bnqa9cs4vgdwnhilwk550x5x8sl33m4k5"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:configure-flags '("-Ddocumentation=false") `(#:configure-flags '("-Ddocumentation=false")