diff options
author | Marius Bakke <mbakke@fastmail.com> | 2016-12-13 20:31:29 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2016-12-13 20:31:29 +0100 |
commit | 546856a3deddccc5a3bd003117cedd4f45ac770a (patch) | |
tree | 1ff1259384cafeb673cc1fef84e1bec2f1169822 | |
parent | d7f84eab025e8d580f0fdca6e852feb1a91cc7be (diff) | |
download | patches-546856a3deddccc5a3bd003117cedd4f45ac770a.tar patches-546856a3deddccc5a3bd003117cedd4f45ac770a.tar.gz |
gnu: xf86-input-libinput: Update to 0.23.0.
* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.23.0.
-rw-r--r-- | gnu/packages/xorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 166040e6c8..2023932115 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -2459,7 +2459,7 @@ including most mice, keyboards, tablets and touchscreens.") (define-public xf86-input-libinput (package (name "xf86-input-libinput") - (version "0.16.0") + (version "0.23.0") (source (origin (method url-fetch) (uri (string-append @@ -2467,7 +2467,7 @@ including most mice, keyboards, tablets and touchscreens.") name "-" version ".tar.bz2")) (sha256 (base32 - "0jbgnxsbr3g4g9vkspcc6pqy7av59zx5bb78vkvaqy8yx4qybbgx")))) + "1p596v3kbmjpdz3kz8z19bnd79l860f1pbwjvma7bz7qx3gynlqb")))) (build-system gnu-build-system) (arguments '(#:configure-flags |