diff options
author | Marius Bakke <marius@gnu.org> | 2020-10-11 16:41:25 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-10-13 23:48:15 +0200 |
commit | f195914cc729a5295e9cbf98eff675a856368b65 (patch) | |
tree | 641c80a0c073ab8ff1030e03144f528b01215ef6 /gnu/packages | |
parent | aff80b33ce06cd3c3b76fb7fc93b8b515314b3a5 (diff) |
gnu: xkeyboard-config: Update to 2.31.
* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.31.
Diffstat (limited to 'gnu/packages')
-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 be6e32a61e..6faf7a5698 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -4021,7 +4021,7 @@ extension to the X11 protocol. It includes: (define-public xkeyboard-config (package (name "xkeyboard-config") - (version "2.30") + (version "2.31") (source (origin (method url-fetch) @@ -4031,7 +4031,7 @@ extension to the X11 protocol. It includes: ".tar.bz2")) (sha256 (base32 - "1m4pnzlcdl6d1p7hdccpi0605zkikind00kjc5bx4gk3gd7m4nh9")))) + "18xddaxh83zm698syh50w983jg6b7b8zgv0dfaf7ha485hgihi6s")))) (build-system gnu-build-system) (inputs `(("libx11" ,libx11) |