gnu: xkeyboard-config: Update to 2.17.

* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.17.
This commit is contained in:
Andy Wingo 2016-02-18 21:30:31 +01:00 committed by Mark H Weaver
parent ed7abe52e0
commit 379e1d875b
1 changed files with 2 additions and 2 deletions

View File

@ -3733,7 +3733,7 @@ extension to the X11 protocol. It includes:
(define-public xkeyboard-config (define-public xkeyboard-config
(package (package
(name "xkeyboard-config") (name "xkeyboard-config")
(version "2.13") (version "2.17")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -3743,7 +3743,7 @@ extension to the X11 protocol. It includes:
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1klzbwabzd7bhbg23b14vy4l5xgpapn8lc0m5d8h40d3p7rfjnvv")))) "00878f1v3034ki78pjpf2db0bh7jsmszsnxr3bf5qxripm2bxiny"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("gettext" ,gnu-gettext) `(("gettext" ,gnu-gettext)