diff options
author | Andy Wingo <wingo@igalia.com> | 2016-02-18 21:06:47 +0100 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-02-24 11:49:57 -0500 |
commit | 350843a5be998c915c19cccc4e748e07fd33a66c (patch) | |
tree | c455dd30a9957fa2c30e2bf203a3fcc9d1780a70 /gnu | |
parent | 849f01df4aa6b2a5ddfb1200db93c44341849cd3 (diff) | |
download | patches-350843a5be998c915c19cccc4e748e07fd33a66c.tar patches-350843a5be998c915c19cccc4e748e07fd33a66c.tar.gz |
gnu: setxkbmap: Update to 1.3.1.
* gnu/packages/xorg.scm (setxkbmap): Update to 1.3.1.
Diffstat (limited to 'gnu')
-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 18153d7d5f..c6cb376e0c 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -1785,7 +1785,7 @@ used with other display managers such as gdm or kdm.") (define-public setxkbmap (package (name "setxkbmap") - (version "1.3.0") + (version "1.3.1") (source (origin (method url-fetch) @@ -1795,7 +1795,7 @@ used with other display managers such as gdm or kdm.") ".tar.bz2")) (sha256 (base32 - "1inygpvlgc6vr5h9laxw9lnvafnccl3fy0g5n9ll28iq3yfmqc1x")))) + "1qfk097vjysqb72pq89h0la3462kbb2dh1d11qzs2fr67ybb7pd9")))) (build-system gnu-build-system) (inputs `(("libxkbfile" ,libxkbfile) |