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

* gnu/packages/xorg.scm (xf86-input-keyboard): Update to 1.9.0.
This commit is contained in:
Marius Bakke 2016-12-13 20:39:01 +01:00
parent 12f3af5f1a
commit 3f1b4bc316
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -2519,7 +2519,7 @@ It is used to cotrol the pointer with a joystick device.")
(define-public xf86-input-keyboard (define-public xf86-input-keyboard
(package (package
(name "xf86-input-keyboard") (name "xf86-input-keyboard")
(version "1.8.1") (version "1.9.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2529,7 +2529,7 @@ It is used to cotrol the pointer with a joystick device.")
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"04d27kwqq03fc26an6051hs3i0bff8albhnngzyd59wxpwwzzj0s")))) "12032yg412kyvnmc5fha1in7mpi651d8sa1bk4138s2j2zr01jgp"))))
(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)))