nckx pushed a commit to branch master
in repository guix.
commit 08cf3e4ce55157c546253c1f45227f7dde5bce60
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Tue Dec 13 04:39:19 2016 +0100
gnu: xf86-input-evdev: Update to 2.10.4.
* gnu/packages/xorg.scm (xf86-input-evdev): Update to 2.10.4.
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 3a72843..5d1f538 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2425,7 +2425,7 @@ devices, thus making direct access unnecessary.")
(define-public xf86-input-evdev
(package
(name "xf86-input-evdev")
- (version "2.10.3")
+ (version "2.10.4")
(source
(origin
(method url-fetch)
@@ -2435,7 +2435,7 @@ devices, thus making direct access unnecessary.")
".tar.bz2"))
(sha256
(base32
- "18ijnclnylrr7vkvflalkw4bqfily3scg6baczjjgycdpsj1p8js"))))
+ "1hhc97k1qmgs85fp8p2i3gq4p18azlczbvklv33w19p1phzs1xmv"))))
(build-system gnu-build-system)
(inputs
`(("udev" ,eudev)