summaryrefslogtreecommitdiff
path: root/gnu/packages/xorg.scm
diff options
context:
space:
mode:
authorMichael Rohleder <mike@rohleder.de>2020-03-24 03:13:33 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-03-26 22:35:37 +0100
commitb12acffbd03c025b1e849f7a93d5edd47682a8ce (patch)
treee6ddf3087467d2ae64f3ddfce37490fbbf7cb473 /gnu/packages/xorg.scm
parent2c5bc95a19d6a36e6e3568ccb59f10d7f232364f (diff)
downloadpatches-b12acffbd03c025b1e849f7a93d5edd47682a8ce.tar
patches-b12acffbd03c025b1e849f7a93d5edd47682a8ce.tar.gz
gnu: xkbcomp: Update to 1.4.3.
* gnu/packages/xorg.scm (xkbcomp): update to 1.4.3. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r--gnu/packages/xorg.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index c1ff664a67..47db1f507f 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -23,6 +23,7 @@
;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
;;; Copyright © 2020 Leo Prikler <leo.prikler@student.tugraz.at>
;;; Copyright © 2020 Florian Pelz <pelzflorian@pelzflorian.de>
+;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -3845,7 +3846,7 @@ alternative implementations like XRandR or TwinView.")
(define xkbcomp-intermediate ; used as input for xkeyboard-config
(package
(name "xkbcomp-intermediate")
- (version "1.4.2")
+ (version "1.4.3")
(source
(origin
(method url-fetch)
@@ -3855,7 +3856,7 @@ alternative implementations like XRandR or TwinView.")
".tar.bz2"))
(sha256
(base32
- "0944rrkkf0dxp07vhh9yr4prslxhqyw63qmbjirbv1bypswvrn3d"))))
+ "0dflr250nlj6rrnv658f6dm8qx37sj0xfimc3ihay761kwb2q906"))))
(build-system gnu-build-system)
(inputs
`(("xorgproto" ,xorgproto)