gnu: libxkbcommon: Update to 1.0.3.

* gnu/packages/xdisorg.scm (libxkbcommon): Update to 1.0.3.
This commit is contained in:
Marius Bakke 2020-12-12 17:51:02 +01:00
parent 60e51f86ef
commit 27864c905d
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -358,14 +358,14 @@ (define-public xclip
(define-public libxkbcommon
(package
(name "libxkbcommon")
(version "1.0.1")
(version "1.0.3")
(source (origin
(method url-fetch)
(uri (string-append "https://xkbcommon.org/download/libxkbcommon-"
version ".tar.xz"))
(sha256
(base32
"13bcdf2xpjxwbghas0cr448z89qqki2ssgfgswc257y9859v4s5b"))))
"0lmwglj16anhpaq0h830xsl1ivknv75i4lir9bk88aq73s2jy852"))))
(build-system meson-build-system)
(inputs
`(("libx11" ,libx11)