mhw pushed a commit to branch media-updates in repository guix. commit 0c1b02fd2b1f9822cbb2650e3a28128a6a890825 Author: Andy Wingo <wi...@igalia.com> Date: Thu Feb 18 21:29:55 2016 +0100
gnu: xinput: Update to 1.6.2. * gnu/packages/xorg.scm (xinput): Update to 1.6.2. --- 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 6e7a2d5..b156e8a 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -3588,7 +3588,7 @@ alternative implementations like XRandR or TwinView.") (define-public xinput (package (name "xinput") - (version "1.6.1") + (version "1.6.2") (source (origin (method url-fetch) @@ -3598,7 +3598,7 @@ alternative implementations like XRandR or TwinView.") ".tar.bz2")) (sha256 (base32 - "07w7zlpdhpwzzshg8q0y152cy3wl2fj7x1897glnp2la487jsqxp")))) + "1i75mviz9dyqyf7qigzmxq8vn31i86aybm662fzjz5c086dx551n")))) (build-system gnu-build-system) (inputs `(("libxrender" ,libxrender)