gnu: xkeyboard-config: Update to 2.24.

* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.24.
master
Marius Bakke 2018-08-25 20:13:08 +02:00
parent c37e932764
commit fa2146f769
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -3834,7 +3834,7 @@ extension to the X11 protocol. It includes:
(define-public xkeyboard-config
(package
(name "xkeyboard-config")
(version "2.23.1")
(version "2.24")
(source
(origin
(method url-fetch)
@ -3844,7 +3844,7 @@ extension to the X11 protocol. It includes:
".tar.bz2"))
(sha256
(base32
"1wq27cs1c9y7d1d7zp5yhq29paj9smajdb68lyvm28d2zq2vqjra"))))
"1my4786pd7iv5x392r9skj3qclmbd26nqzvh2fllwkkbyj08bcci"))))
(build-system gnu-build-system)
(inputs
`(("gettext" ,gettext-minimal)