summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-10-07 18:18:04 +0200
committerMarius Bakke <mbakke@fastmail.com>2017-10-12 20:40:56 +0200
commitc3a3fdd22ee6d6c63418ac71c9190bc483959b27 (patch)
tree75be8f315e30a0db55662b10529928750d210e97
parentebede5641e8ea5005ea57dee1045e2fb8590fc47 (diff)
downloadpatches-c3a3fdd22ee6d6c63418ac71c9190bc483959b27.tar
patches-c3a3fdd22ee6d6c63418ac71c9190bc483959b27.tar.gz
gnu: xkeyboard-config: Update to 2.22.
* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.22.
-rw-r--r--gnu/packages/xorg.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 143962a67d..051a2aa049 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3818,7 +3818,7 @@ extension to the X11 protocol. It includes:
(define-public xkeyboard-config
(package
(name "xkeyboard-config")
- (version "2.21")
+ (version "2.22")
(source
(origin
(method url-fetch)
@@ -3828,7 +3828,7 @@ extension to the X11 protocol. It includes:
".tar.bz2"))
(sha256
(base32
- "1iffxpchy6dfgbby23nfsqqk17h9lfddlmjnhwagqag1z94p1h9h"))))
+ "1garmbyfjp0han04l2l90zzwlfbdgdxl6r1qnic36i5wkycckbny"))))
(build-system gnu-build-system)
(inputs
`(("gettext" ,gettext-minimal)