me
/
guix
Archived
1
0
Fork 0

gnu: xkeyboard-config: Update to 2.17.

* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.17.
master
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
(package
(name "xkeyboard-config")
(version "2.13")
(version "2.17")
(source
(origin
(method url-fetch)
@ -3743,7 +3743,7 @@ extension to the X11 protocol. It includes:
".tar.bz2"))
(sha256
(base32
"1klzbwabzd7bhbg23b14vy4l5xgpapn8lc0m5d8h40d3p7rfjnvv"))))
"00878f1v3034ki78pjpf2db0bh7jsmszsnxr3bf5qxripm2bxiny"))))
(build-system gnu-build-system)
(inputs
`(("gettext" ,gnu-gettext)