me
/
guix
Archived
1
0
Fork 0

gnu: libxkbcommon: Update to 0.10.0.

* gnu/packages/xdisorg.scm (libxkbcommon): Update to 0.10.0.
master
Marius Bakke 2020-01-19 10:43:33 +01:00
parent ad7287b20e
commit 58d1d46a5e
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -302,14 +302,14 @@ avoiding password prompts when X11 forwarding has already been setup.")
(define-public libxkbcommon
(package
(name "libxkbcommon")
(version "0.9.1")
(version "0.10.0")
(source (origin
(method url-fetch)
(uri (string-append "https://xkbcommon.org/download/libxkbcommon-"
version ".tar.xz"))
(sha256
(base32
"1q4v378sr9ad8fy9znl7k8xpf0wch655r9m6z0bcc7sw1azsminl"))))
"1wmnl0hngn6vrqrya4r8hvimlkr4jag39yjprls4gyrqvh667hsp"))))
(build-system meson-build-system)
(inputs
`(("libx11" ,libx11)