me
/
guix
Archived
1
0
Fork 0

gnu: xkeyboard-config: Update to 2.34.

* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.34.
master
Maxim Cournoyer 2021-10-28 21:39:26 -04:00
parent 4621cd7b8d
commit bcfff754ff
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 3 deletions

View File

@ -4087,17 +4087,17 @@ extension to the X11 protocol. It includes:
(define-public xkeyboard-config
(package
(name "xkeyboard-config")
(version "2.33")
(version "2.34")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/data/xkeyboard-config/xkeyboard-config-"
"ftp://ftp.freedesktop.org/pub/xorg//individual/data/xkeyboard-config/xkeyboard-config-"
version
".tar.bz2"))
(sha256
(base32
"1g6kn7l0mixw50kgn7d97gwv1990c5rczr2x776q3xywss8dfzv5"))))
"1kmq2ykwmh10sd6155gml4jhdxmvsll6xdg7zw86czpfhrvd48dk"))))
(build-system gnu-build-system)
(inputs
`(("libx11" ,libx11)