diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-09-17 17:07:38 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-09-17 17:14:12 +0200 |
commit | 6b192837e0be3f2ef831c74f7edeec6f19dc9c91 (patch) | |
tree | 73bebb6908e4b53191a99df24148551b35c24663 /gnu/packages/xorg.scm | |
parent | 273027da47a920caab43f61f93fb3e44d8cc6252 (diff) | |
download | patches-6b192837e0be3f2ef831c74f7edeec6f19dc9c91.tar patches-6b192837e0be3f2ef831c74f7edeec6f19dc9c91.tar.gz |
gnu: xf86-input-libinput: Update to 0.26.0.
* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.26.0.
Diffstat (limited to 'gnu/packages/xorg.scm')
-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 b72153894a..dfd1420826 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -2418,7 +2418,7 @@ including most mice, keyboards, tablets and touchscreens.") (define-public xf86-input-libinput (package (name "xf86-input-libinput") - (version "0.25.1") + (version "0.26.0") (source (origin (method url-fetch) (uri (string-append @@ -2426,7 +2426,7 @@ including most mice, keyboards, tablets and touchscreens.") name "-" version ".tar.bz2")) (sha256 (base32 - "1q67hjd67ni1nq7kgxdrrdgkyhzaqvvn2vlnsiiq9w4y3icpv7s8")))) + "0yrqs88b7yn9nljwlxzn76jfmvf0sh939kzij5b2jvr2qa7mbjmb")))) (build-system gnu-build-system) (arguments '(#:configure-flags |