summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorMatthew James Kraai <kraai@ftbfs.org>2021-06-06 08:07:36 -0700
committerMathieu Othacehe <othacehe@gnu.org>2021-07-08 16:18:10 +0200
commit64b8e004fd0e49e82c58faefaff14d82b7905a4c (patch)
tree9eae1e3e05c28803e5fc7ed40040002f94f5a4cc /gnu
parentf670c11c5b7f5799d0838caa2af07e88f489f625 (diff)
downloadguix-64b8e004fd0e49e82c58faefaff14d82b7905a4c.tar.gz
gnu: xkbcomp: Update to 1.4.5.
* gnu/packages/xorg.scm (xkbcomp): Update to 1.4.5.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu')
-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 168f55ffff..b54523f3b1 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -29,6 +29,7 @@
 ;;; Copyright © 2021 Nicolò Balzarotti <nicolo@nixo.xyz>
 ;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org>
 ;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re>
+;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3918,7 +3919,7 @@ alternative implementations like XRandR or TwinView.")
 (define xkbcomp-intermediate            ;used as input for xkeyboard-config
   (package
     (name "xkbcomp-intermediate")
-    (version "1.4.4")
+    (version "1.4.5")
     (source
      (origin
        (method url-fetch)
@@ -3926,7 +3927,7 @@ alternative implementations like XRandR or TwinView.")
                            version ".tar.bz2"))
        (sha256
         (base32
-         "0zpjkbap9160pdd6jpgb5f0yg5281w0rkkx1l0i7g887lq1ydk2r"))))
+         "0pmhshqinwqh5rip670l3szjpywky67hv232ql6gvdj489n0hlb8"))))
     (build-system gnu-build-system)
     (inputs
      `(("xorgproto" ,xorgproto)