diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-03-28 19:54:46 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-03-28 21:23:21 +0200 |
commit | 4d967992d8a56cde4ef410bf4efe7df00720d4e6 (patch) | |
tree | d47297db095dbd1ce1ea1c6c85ec299c57b6f800 /gnu/packages/xorg.scm | |
parent | 935806b822d898737f80d73cc615fba85bf8b0a7 (diff) | |
download | patches-4d967992d8a56cde4ef410bf4efe7df00720d4e6.tar patches-4d967992d8a56cde4ef410bf4efe7df00720d4e6.tar.gz |
gnu: xf86-input-libinput: Update to 0.27.0.
* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.27.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 9652e15728..4c366f2011 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -2425,7 +2425,7 @@ including most mice, keyboards, tablets and touchscreens.") (define-public xf86-input-libinput (package (name "xf86-input-libinput") - (version "0.26.0") + (version "0.27.0") (source (origin (method url-fetch) (uri (string-append @@ -2433,7 +2433,7 @@ including most mice, keyboards, tablets and touchscreens.") name "-" version ".tar.bz2")) (sha256 (base32 - "0yrqs88b7yn9nljwlxzn76jfmvf0sh939kzij5b2jvr2qa7mbjmb")))) + "18v8qry7493k37bcfbfwdr4xrygyjivpzvgsj7s1dxmzn1n53c3p")))) (build-system gnu-build-system) (arguments '(#:configure-flags |