gnu: libxkbcommon: Update to 0.8.0.

* gnu/packages/xdisorg.scm (libxkbcommon): Update to 0.8.0.
This commit is contained in:
Marius Bakke 2018-03-22 15:08:53 +01:00
parent e7a5d40e24
commit 457f6f262b
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -157,14 +157,14 @@ avoiding password prompts when X11 forwarding has already been setup.")
(define-public libxkbcommon
(package
(name "libxkbcommon")
(version "0.7.1")
(version "0.8.0")
(source (origin
(method url-fetch)
(uri (string-append "https://xkbcommon.org/download/" name "-"
version ".tar.xz"))
(sha256
(base32
"12z6hih3n1r0asp2hzp9qsiwdfkfz46jwp06x8kprr0r5rfk0nds"))))
"0vgy84vfbig5bqznr137h5arjidnfwrxrdli0pxyn2jfn1fjcag8"))))
(build-system gnu-build-system)
(inputs
`(("libx11" ,libx11)