diff options
author | Marius Bakke <marius@gnu.org> | 2020-07-24 22:41:58 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-07-25 16:16:09 +0200 |
commit | 21d25ad5d258ceec07c763575cee600e3932ae32 (patch) | |
tree | bcfbca1ca1a9f5cc018d908017e051de0ae17568 /gnu/packages/xorg.scm | |
parent | 84f3d745e51baa5118339d12997280aca535a13b (diff) | |
download | guix-21d25ad5d258ceec07c763575cee600e3932ae32.tar.gz |
gnu: xkeyboard-config: Update to 2.30.
* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.30.
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 abe1249539..bc9ea125ca 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -4027,7 +4027,7 @@ extension to the X11 protocol. It includes: (define-public xkeyboard-config (package (name "xkeyboard-config") - (version "2.29") + (version "2.30") (source (origin (method url-fetch) @@ -4037,7 +4037,7 @@ extension to the X11 protocol. It includes: ".tar.bz2")) (sha256 (base32 - "00hqc8nykvy8c09b8vab64dcd0ij3n5klxjn6rl00q7hickpah8x")))) + "1m4pnzlcdl6d1p7hdccpi0605zkikind00kjc5bx4gk3gd7m4nh9")))) (build-system gnu-build-system) (inputs `(("libx11" ,libx11) |