gnu: libxkbcommon: Update to 1.0.1.
* gnu/packages/xdisorg.scm (libxkbcommon): Update to 1.0.1.
This commit is contained in:
parent
f09262ef59
commit
aff80b33ce
1 changed files with 3 additions and 2 deletions
|
@ -324,18 +324,19 @@ (define-public xclip
|
|||
(define-public libxkbcommon
|
||||
(package
|
||||
(name "libxkbcommon")
|
||||
(version "0.10.0")
|
||||
(version "1.0.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://xkbcommon.org/download/libxkbcommon-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1wmnl0hngn6vrqrya4r8hvimlkr4jag39yjprls4gyrqvh667hsp"))))
|
||||
"13bcdf2xpjxwbghas0cr448z89qqki2ssgfgswc257y9859v4s5b"))))
|
||||
(build-system meson-build-system)
|
||||
(inputs
|
||||
`(("libx11" ,libx11)
|
||||
("libxcb" ,libxcb)
|
||||
("libxml2" ,libxml2)
|
||||
("wayland" ,wayland)
|
||||
("wayland-protocols" ,wayland-protocols)
|
||||
("xkeyboard-config" ,xkeyboard-config)))
|
||||
|
|
Loading…
Reference in a new issue