guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: xkbcomp-intermediate: Update to 1.3.1.


From: Efraim Flashner
Subject: 07/07: gnu: xkbcomp-intermediate: Update to 1.3.1.
Date: Sun, 28 Aug 2016 17:44:42 +0000 (UTC)

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

commit 3828222925fc8b5308dca6cade979adb9f42e316
Author: Efraim Flashner <address@hidden>
Date:   Sat Aug 27 23:29:39 2016 +0300

    gnu: xkbcomp-intermediate: Update to 1.3.1.
    
    * gnu/packages/xorg.scm (xkbcomp-intermediate): Update to 1.3.1.
---
 gnu/packages/xorg.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 060e27b..72007f1 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3651,7 +3651,7 @@ alternative implementations like XRandR or TwinView.")
 (define xkbcomp-intermediate ; used as input for xkeyboard-config
   (package
     (name "xkbcomp-intermediate")
-    (version "1.3.0")
+    (version "1.3.1")
     (source
       (origin
         (method url-fetch)
@@ -3660,8 +3660,8 @@ alternative implementations like XRandR or TwinView.")
                version
                ".tar.bz2"))
         (sha256
-          (base32
-            "0aibcbhhjlwcrxh943xg2dswwx5bz1x0pmhs28b55gzsg0vrgb6g"))))
+         (base32
+          "0gcjy70ppmcl610z8gxc7sydsx93f8cm8pggm4qhihaa1ngdq103"))))
     (build-system gnu-build-system)
     (inputs
       `(("xproto" ,xproto)



reply via email to

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