gnu: xkeyboard-config: Update to 2.22.
* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.22.
This commit is contained in:
parent
ebede5641e
commit
c3a3fdd22e
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue