diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-03-10 09:49:48 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-03-12 17:30:28 +0100 |
commit | 7b5506fc718ca3df99f180e90de8338c07193cc6 (patch) | |
tree | 98b3630e5d36a709f00bf7f05ee31c3938430176 /gnu | |
parent | a270ba9e01fa1d0e906058176c50331d2037e8d7 (diff) | |
download | patches-7b5506fc718ca3df99f180e90de8338c07193cc6.tar patches-7b5506fc718ca3df99f180e90de8338c07193cc6.tar.gz |
gnu: xkbcomp: Update to 1.4.1.
* gnu/packages/xorg.scm (xkbcomp-intermediate): Update to 1.4.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 3a822871c7..b258f446b9 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.0") + (version "1.4.1") (source (origin (method url-fetch) @@ -3717,7 +3717,7 @@ alternative implementations like XRandR or TwinView.") ".tar.bz2")) (sha256 (base32 - "0syfc6zscvai824mzihlnrqxhkcr27dzkpy8zndavi83iischsdw")))) + "0djp7bb0ch2ddwmc1bkg4fddxdvamiiz375x0r0ni5dcb37w93bl")))) (build-system gnu-build-system) (inputs `(("xproto" ,xproto) |