gnu: xinput: Update to 1.6.3.
* gnu/packages/xorg.scm (xinput): Update to 1.6.3.master
parent
6b9839e29a
commit
5cd1a056bc
|
@ -3692,7 +3692,7 @@ alternative implementations like XRandR or TwinView.")
|
|||
(define-public xinput
|
||||
(package
|
||||
(name "xinput")
|
||||
(version "1.6.2")
|
||||
(version "1.6.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -3702,7 +3702,7 @@ alternative implementations like XRandR or TwinView.")
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1i75mviz9dyqyf7qigzmxq8vn31i86aybm662fzjz5c086dx551n"))))
|
||||
"1vb6xdd1xmk5f7pwc5zcbxfray5sf1vbnscqwf2yl8lv7gfq38im"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("libxrender" ,libxrender)
|
||||
|
|
Reference in New Issue