gnu: xkeyboard-config: Update to 2.28.

* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.28.
This commit is contained in:
Marius Bakke 2019-12-03 15:15:18 +01:00
parent 5cd1a056bc
commit 6d5811ef8e
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -3837,7 +3837,7 @@ extension to the X11 protocol. It includes:
(define-public xkeyboard-config
(package
(name "xkeyboard-config")
(version "2.27")
(version "2.28")
(source
(origin
(method url-fetch)
@ -3847,7 +3847,7 @@ extension to the X11 protocol. It includes:
".tar.bz2"))
(sha256
(base32
"07wh443lhwv1j0q6xnxnji7f7ahh7xphxj90fv02cdd6zv4aw3b9"))))
"1kmxc8hdw4qpvdlzp4ag8ygl34lqhs6sn3pcz1sl0kn61xdv5bb9"))))
(build-system gnu-build-system)
(inputs
`(("gettext" ,gettext-minimal)