diff options
author | Andy Wingo <wingo@igalia.com> | 2016-02-18 21:29:55 +0100 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-02-24 11:49:57 -0500 |
commit | ab2d710cc202699ae4faa409b90b283651dc99c2 (patch) | |
tree | 123b1a79b26ef12b61eac2c17728d577bf785456 | |
parent | 2e5a0b7850e052a58b4b21db9644d0f2ce39e92b (diff) | |
download | guix-ab2d710cc202699ae4faa409b90b283651dc99c2.tar guix-ab2d710cc202699ae4faa409b90b283651dc99c2.tar.gz |
gnu: xinput: Update to 1.6.2.
* gnu/packages/xorg.scm (xinput): Update to 1.6.2.
-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 2da6def485..a8ada0436f 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -3587,7 +3587,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) @@ -3597,7 +3597,7 @@ alternative implementations like XRandR or TwinView.") ".tar.bz2")) (sha256 (base32 - "07w7zlpdhpwzzshg8q0y152cy3wl2fj7x1897glnp2la487jsqxp")))) + "1i75mviz9dyqyf7qigzmxq8vn31i86aybm662fzjz5c086dx551n")))) (build-system gnu-build-system) (inputs `(("libxrender" ,libxrender) |