diff options
author | Matthew James Kraai <kraai@ftbfs.org> | 2021-06-06 06:42:49 -0700 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-06 16:19:53 +0200 |
commit | b2122b07dc24007263b92247cc479713c2101390 (patch) | |
tree | 9ccfd4606a7f184c3d3d9b1d3f34041802c3f632 /gnu/packages/xorg.scm | |
parent | db6ff6da1588a84bdc02dfc8eccd59a885b46fde (diff) | |
download | guix-b2122b07dc24007263b92247cc479713c2101390.tar.gz |
gnu: xf86-input-libinput: Update to 1.0.1.
* gnu/packages/xorg.scm (xf86-input-libinput): Update to 1.0.1. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
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 8ab77d521d..9156fb3163 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -2530,7 +2530,7 @@ including most mice, keyboards, tablets and touchscreens.") (define-public xf86-input-libinput (package (name "xf86-input-libinput") - (version "0.30.0") + (version "1.0.1") (source (origin (method url-fetch) (uri (string-append @@ -2538,7 +2538,7 @@ including most mice, keyboards, tablets and touchscreens.") name "-" version ".tar.bz2")) (sha256 (base32 - "1h4np66p87jf0c85ig524w8f5rbhl5gx8fww1qg0c55f87yzkizr")))) + "0nr4r9x8c7y1l0ipivjch5zps093mxmg2nqmfn2934am26fc9ppx")))) (build-system gnu-build-system) (arguments '(#:configure-flags |