gnu: xkeyboard-config: Update to 2.22.

* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.22.
This commit is contained in:
Marius Bakke 2017-10-07 18:18:04 +02:00
parent ebede5641e
commit c3a3fdd22e
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -3818,7 +3818,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.21") (version "2.22")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -3828,7 +3828,7 @@ extension to the X11 protocol. It includes:
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1iffxpchy6dfgbby23nfsqqk17h9lfddlmjnhwagqag1z94p1h9h")))) "1garmbyfjp0han04l2l90zzwlfbdgdxl6r1qnic36i5wkycckbny"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("gettext" ,gettext-minimal) `(("gettext" ,gettext-minimal)