guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/15: gnu: xkbcomp: Update to 1.4.3.


From: guix-commits
Subject: 15/15: gnu: xkbcomp: Update to 1.4.3.
Date: Thu, 26 Mar 2020 17:40:29 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit b12acffbd03c025b1e849f7a93d5edd47682a8ce
Author: Michael Rohleder <address@hidden>
AuthorDate: Tue Mar 24 03:13:33 2020 +0100

    gnu: xkbcomp: Update to 1.4.3.
    
    * gnu/packages/xorg.scm (xkbcomp): update to 1.4.3.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/xorg.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index c1ff664..47db1f5 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -23,6 +23,7 @@
 ;;; Copyright © 2019 Mathieu Othacehe <address@hidden>
 ;;; Copyright © 2020 Leo Prikler <address@hidden>
 ;;; Copyright © 2020 Florian Pelz <address@hidden>
+;;; Copyright © 2020 Michael Rohleder <address@hidden>
 ;;;
 ;;; 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]