guix-commits
[Top][All Lists]
Advanced

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

49/64: gnu: xkeyboard-config: Update to 2.17.


From: Andy Wingo
Subject: 49/64: gnu: xkeyboard-config: Update to 2.17.
Date: Thu, 18 Feb 2016 21:35:49 +0000

wingo pushed a commit to branch wip-xorg-server-1.18
in repository guix.

commit d363fee91cb1dba2b414a5d360c2caf56f578743
Author: Andy Wingo <address@hidden>
Date:   Thu Feb 18 21:30:31 2016 +0100

    gnu: xkeyboard-config: Update to 2.17.
    
    * gnu/packages/xorg.scm (xkeyboard-config): Update to 2.17.
---
 gnu/packages/xorg.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 37790f0..42e0347 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3734,7 +3734,7 @@ extension to the X11 protocol.  It includes:
 (define-public xkeyboard-config
   (package
     (name "xkeyboard-config")
-    (version "2.13")
+    (version "2.17")
     (source
       (origin
         (method url-fetch)
@@ -3744,7 +3744,7 @@ extension to the X11 protocol.  It includes:
               ".tar.bz2"))
         (sha256
           (base32
-            "1klzbwabzd7bhbg23b14vy4l5xgpapn8lc0m5d8h40d3p7rfjnvv"))))
+            "00878f1v3034ki78pjpf2db0bh7jsmszsnxr3bf5qxripm2bxiny"))))
     (build-system gnu-build-system)
     (inputs
       `(("gettext" ,gnu-gettext)



reply via email to

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