gnu: xf86-input-void: Update to 1.4.1.

* gnu/packages/xorg.scm (xf86-input-void): Update to 1.4.1.
This commit is contained in:
Andy Wingo 2016-02-18 21:10:53 +01:00 committed by Mark H Weaver
parent eec4e906ce
commit 746e671007
1 changed files with 2 additions and 2 deletions

View File

@ -2541,7 +2541,7 @@ as USB mice.")
(define-public xf86-input-void (define-public xf86-input-void
(package (package
(name "xf86-input-void") (name "xf86-input-void")
(version "1.4.0") (version "1.4.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2551,7 +2551,7 @@ as USB mice.")
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"01bmk324fq48wydvy1qrnxbw6qz0fjd0i80g0n4cqr1c4mjmif9a")))) "171k8b8s42s3w73l7ln9jqwk88w4l7r1km2blx1vy898c854yvpr"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("xorg-server" ,xorg-server))) (inputs `(("xorg-server" ,xorg-server)))
(native-inputs `(("pkg-config" ,pkg-config))) (native-inputs `(("pkg-config" ,pkg-config)))