wingo pushed a commit to branch wip-xorg-server-1.18
in repository guix.
commit a224573bfc704c6a5322ac07888bc141548a485f
Author: Andy Wingo <[email protected]>
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 7dc3481..393cb88 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)