diff options
author | Marius Bakke <marius@gnu.org> | 2020-10-11 16:38:18 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-10-13 23:48:13 +0200 |
commit | 9173a7781bd0459fcaaedcf771fb1a87871e8724 (patch) | |
tree | 6527f8c96dc8dfa3244dfa365e2a3760328719fb /gnu/packages/freedesktop.scm | |
parent | 4712fdd87f2e809fdb868ced339ad161ab3eadd9 (diff) | |
download | guix-9173a7781bd0459fcaaedcf771fb1a87871e8724.tar guix-9173a7781bd0459fcaaedcf771fb1a87871e8724.tar.gz |
gnu: libinput: Update to 1.16.2.
* gnu/packages/freedesktop.scm (libinput): Update to 1.16.2.
Diffstat (limited to 'gnu/packages/freedesktop.scm')
-rw-r--r-- | gnu/packages/freedesktop.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 8e38f7be8c..fa0d2e3f48 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -286,14 +286,14 @@ freedesktop.org project.") ;; Updating this will rebuild over 700 packages through libinput-minimal. (package (name "libinput") - (version "1.15.6") + (version "1.16.2") (source (origin (method url-fetch) (uri (string-append "https://freedesktop.org/software/libinput/" "libinput-" version ".tar.xz")) (sha256 (base32 - "073z61dw46cyq0635a5n1mw7hw4qdgr58gbwwb3ds5v3d8hymvdf")))) + "1ab0q4iya07kvjd2g1vzamj9h57qldi15h3b8324vg3szr88qggw")))) (build-system meson-build-system) (arguments `(#:configure-flags '("-Ddocumentation=false") |