gnu: xinput: Update to 1.6.2.

* gnu/packages/xorg.scm (xinput): Update to 1.6.2.
master
Andy Wingo 2016-02-18 21:29:55 +01:00 committed by Mark H Weaver
parent 2e5a0b7850
commit ab2d710cc2
1 changed files with 2 additions and 2 deletions

View File

@ -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)