diff options
author | Andy Wingo <wingo@igalia.com> | 2016-02-18 21:10:53 +0100 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-02-24 11:49:57 -0500 |
commit | 746e67100743244b3daf1432cbc69a66ee877c6f (patch) | |
tree | 1adcbd59295c68d69d197d1adbf2427a3b82e578 /gnu/packages/xorg.scm | |
parent | eec4e906ce6a83b624d790c0a5fd7850d7089004 (diff) | |
download | guix-746e67100743244b3daf1432cbc69a66ee877c6f.tar guix-746e67100743244b3daf1432cbc69a66ee877c6f.tar.gz |
gnu: xf86-input-void: Update to 1.4.1.
* gnu/packages/xorg.scm (xf86-input-void): Update to 1.4.1.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | 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 191ec62aea..7bb13c7de5 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -2541,7 +2541,7 @@ as USB mice.") (define-public xf86-input-void (package (name "xf86-input-void") - (version "1.4.0") + (version "1.4.1") (source (origin (method url-fetch) @@ -2551,7 +2551,7 @@ as USB mice.") ".tar.bz2")) (sha256 (base32 - "01bmk324fq48wydvy1qrnxbw6qz0fjd0i80g0n4cqr1c4mjmif9a")))) + "171k8b8s42s3w73l7ln9jqwk88w4l7r1km2blx1vy898c854yvpr")))) (build-system gnu-build-system) (inputs `(("xorg-server" ,xorg-server))) (native-inputs `(("pkg-config" ,pkg-config))) |