diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-02-10 18:57:57 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-02-10 21:04:24 +0100 |
commit | 5530f5f4fd9fe7e82c102930fbe6fe0f4a99856b (patch) | |
tree | c322cc5448666917c04d9203eecc74636066cde1 | |
parent | fcf7cd00414422189a56400c34e8372fd6707022 (diff) | |
download | guix-5530f5f4fd9fe7e82c102930fbe6fe0f4a99856b.tar.gz guix-5530f5f4fd9fe7e82c102930fbe6fe0f4a99856b.zip |
gnu: libxkbcommon: Update to 0.8.3.
* gnu/packages/xdisorg.scm (libxkbcommon): Update to 0.8.3.
-rw-r--r-- | gnu/packages/xdisorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 5f01c8c6a6..7613accb4f 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -164,14 +164,14 @@ avoiding password prompts when X11 forwarding has already been setup.") (define-public libxkbcommon (package (name "libxkbcommon") - (version "0.8.2") + (version "0.8.3") (source (origin (method url-fetch) (uri (string-append "https://xkbcommon.org/download/" name "-" version ".tar.xz")) (sha256 (base32 - "136mdq11lrwg6rjmm44lmysxxgb9c35p4sq6k0cd129x82rw9f3s")))) + "0h2mh8j21xvf1h3kz81q1pvkd9j9nzb9kbd46ncap5wshhlwcmdq")))) (build-system gnu-build-system) (inputs `(("libx11" ,libx11) |