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