diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-06-03 04:52:57 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-06-03 17:27:28 +0200 |
commit | 82d3ed3b5b85438174996ccc4f1514622a05ee4f (patch) | |
tree | d2448d2aed34b80889e35590bf301b5d6a6e47df /gnu/packages/xorg.scm | |
parent | 81b959c4ec785684f749544ce7f86fe1f5bbe4fe (diff) | |
download | patches-82d3ed3b5b85438174996ccc4f1514622a05ee4f.tar patches-82d3ed3b5b85438174996ccc4f1514622a05ee4f.tar.gz |
gnu: xkeyboard-config: Update to 2.21.
* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.21.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 239b6ff2fe..7d981712da 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -3737,7 +3737,7 @@ extension to the X11 protocol. It includes: (define-public xkeyboard-config (package (name "xkeyboard-config") - (version "2.20") + (version "2.21") (source (origin (method url-fetch) @@ -3747,7 +3747,7 @@ extension to the X11 protocol. It includes: ".tar.bz2")) (sha256 (base32 - "0d619g4r0w1f6q5qmaqjnsc0956gi02fqgpisqffzqy4acjwggyi")))) + "1iffxpchy6dfgbby23nfsqqk17h9lfddlmjnhwagqag1z94p1h9h")))) (build-system gnu-build-system) (inputs `(("gettext" ,gettext-minimal) |