me
/
guix
Archived
1
0
Fork 0

gnu: libxkbcommon: Update to 1.4.1.

* gnu/packages/xdisorg.scm (libxkbcommon): Update to 1.4.1.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
master
Hilton Chain 2022-10-07 20:49:45 +08:00 committed by Maxim Cournoyer
parent 511d584906
commit 6a6e68e212
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -486,14 +486,14 @@ avoiding password prompts when X11 forwarding has already been setup.")
(define-public libxkbcommon
(package
(name "libxkbcommon")
(version "1.3.0")
(version "1.4.1")
(source (origin
(method url-fetch)
(uri (string-append "https://xkbcommon.org/download/libxkbcommon-"
version ".tar.xz"))
(sha256
(base32
"0ysynzzgzd9jdrh1321r4bgw8wd5zljrlyn5y1a31g39xacf02bv"))))
"0fbb2dyjvf71p42y2jmwdcylsvj03w52f5rb23c2d00rwahhfg4l"))))
(build-system meson-build-system)
(inputs
(list libx11