diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-02-01 14:45:22 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-01 15:02:14 +0100 |
commit | b097a3387ea78797104f97eef445f5da6278c922 (patch) | |
tree | 0ae90ac889d0bd446379829e54725050c1610148 | |
parent | b1b8e8f1b2d4e30da9e793535f23ac5cf6cfa574 (diff) | |
download | patches-b097a3387ea78797104f97eef445f5da6278c922.tar patches-b097a3387ea78797104f97eef445f5da6278c922.tar.gz |
gnu: xkeyboard-config: Update to 2.20.
* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.20.
-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 bb3182f5ab..35a3b06297 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -3722,7 +3722,7 @@ extension to the X11 protocol. It includes: (define-public xkeyboard-config (package (name "xkeyboard-config") - (version "2.18") + (version "2.20") (source (origin (method url-fetch) @@ -3732,7 +3732,7 @@ extension to the X11 protocol. It includes: ".tar.bz2")) (sha256 (base32 - "1l6x2w357ja8vm94ns79s7yj9a5dlr01r9dxrjvzwncadiyr27f4")))) + "0d619g4r0w1f6q5qmaqjnsc0956gi02fqgpisqffzqy4acjwggyi")))) (build-system gnu-build-system) (inputs `(("gettext" ,gettext-minimal) |