gnu: xf86-input-keyboard: Update to 1.8.0.

* gnu/packages/xorg.scm (xf86-input-keyboard): Update to 1.8.0.
master
Mark H Weaver 2014-12-19 15:25:14 -05:00
parent aa868f6da4
commit 02c9f9ca4c
1 changed files with 3 additions and 3 deletions

View File

@ -2250,17 +2250,17 @@ devices, thus making direct access unnecessary.")
(define-public xf86-input-keyboard (define-public xf86-input-keyboard
(package (package
(name "xf86-input-keyboard") (name "xf86-input-keyboard")
(version "1.6.1") (version "1.8.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"mirror://xorg/X11R7.7/src/everything/xf86-input-keyboard-" "mirror://xorg/individual/driver/xf86-input-keyboard-"
version version
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1hwc1bjw5mxv186xbrxiky0agfglwqg8fsxqdh4br1vzgxpck7ma")))) "0nyb61w30z32djrllgr2s1i13di3vsl6hg4pqjhxdal71971ria1"))))
(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)))