diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-06-11 23:06:32 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-06-11 23:33:45 +0200 |
commit | bd1efded37107cfffe69cc7e9730acf8ba2957a7 (patch) | |
tree | 9edcc183b79238e6f99e07a12e862512efac1532 /gnu | |
parent | 77c74789d4ce7b8201f947cb688b80efe7a774ec (diff) | |
download | patches-bd1efded37107cfffe69cc7e9730acf8ba2957a7.tar patches-bd1efded37107cfffe69cc7e9730acf8ba2957a7.tar.gz |
gnu: xkbcomp: Update to 1.4.2.
* gnu/packages/xorg.scm (xkbcomp-intermediate): Update to 1.4.2.
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 124739f930..2d569d3962 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -3707,7 +3707,7 @@ alternative implementations like XRandR or TwinView.") (define xkbcomp-intermediate ; used as input for xkeyboard-config (package (name "xkbcomp-intermediate") - (version "1.4.1") + (version "1.4.2") (source (origin (method url-fetch) @@ -3717,7 +3717,7 @@ alternative implementations like XRandR or TwinView.") ".tar.bz2")) (sha256 (base32 - "0djp7bb0ch2ddwmc1bkg4fddxdvamiiz375x0r0ni5dcb37w93bl")))) + "0944rrkkf0dxp07vhh9yr4prslxhqyw63qmbjirbv1bypswvrn3d")))) (build-system gnu-build-system) (inputs `(("xproto" ,xproto) |