gnu: xkeyboard-config: Update to 2.20.

* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.20.
This commit is contained in:
Marius Bakke 2017-02-01 14:45:22 +01:00
parent b1b8e8f1b2
commit b097a3387e
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -3722,7 +3722,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.18") (version "2.20")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -3732,7 +3732,7 @@ extension to the X11 protocol. It includes:
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1l6x2w357ja8vm94ns79s7yj9a5dlr01r9dxrjvzwncadiyr27f4")))) "0d619g4r0w1f6q5qmaqjnsc0956gi02fqgpisqffzqy4acjwggyi"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("gettext" ,gettext-minimal) `(("gettext" ,gettext-minimal)