mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 01:33:18 -05:00
gnu: libxkbcommon: Update to 1.6.0.
* gnu/packages/xdisorg.scm (libxkbcommon): Update to 1.6.0. Change-Id: I8e3c6852d5ba7a16605b508d00b98084254d593a Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
parent
3d51d19c85
commit
bfbea553e7
1 changed files with 2 additions and 2 deletions
|
@ -510,14 +510,14 @@ (define-public xclip
|
|||
(define-public libxkbcommon
|
||||
(package
|
||||
(name "libxkbcommon")
|
||||
(version "1.4.1")
|
||||
(version "1.6.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://xkbcommon.org/download/libxkbcommon-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0fbb2dyjvf71p42y2jmwdcylsvj03w52f5rb23c2d00rwahhfg4l"))))
|
||||
"0awwz5pg9x5bj0d7dpg4a7bd4gl6k55mlpxwb12534fkrpn19p0f"))))
|
||||
(build-system meson-build-system)
|
||||
(inputs
|
||||
(list libx11
|
||||
|
|
Loading…
Reference in a new issue