gnu: xkeyboard-config: Update to 2.26.
* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.26.
This commit is contained in:
parent
6901878894
commit
3a7fbd3ae5
|
@ -3856,7 +3856,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.24")
|
(version "2.26")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3866,7 +3866,7 @@ extension to the X11 protocol. It includes:
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1my4786pd7iv5x392r9skj3qclmbd26nqzvh2fllwkkbyj08bcci"))))
|
"13h3381pfp4pv32189zkfsj2x0alr91xj6dqii76rl0c8v3ihdrr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
|
|
Loading…
Reference in New Issue