[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/05: gnu: xkbcomp: Update to 1.4.2.
From: |
Marius Bakke |
Subject: |
01/05: gnu: xkbcomp: Update to 1.4.2. |
Date: |
Mon, 11 Jun 2018 17:47:31 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit bd1efded37107cfffe69cc7e9730acf8ba2957a7
Author: Marius Bakke <address@hidden>
Date: Mon Jun 11 23:06:32 2018 +0200
gnu: xkbcomp: Update to 1.4.2.
* gnu/packages/xorg.scm (xkbcomp-intermediate): Update to 1.4.2.
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 124739f..2d569d3 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)