guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: xkeyboard-config: Update to 2.19.


From: Tobias Geerinckx-Rice
Subject: 01/02: gnu: xkeyboard-config: Update to 2.19.
Date: Fri, 16 Dec 2016 02:09:35 +0000 (UTC)

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

commit 8471a8d1fe34a3b8cff29189fe4272c61e670c3a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Dec 14 00:33:40 2016 +0100

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

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index b0044ca..55e3bd0 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3789,7 +3789,7 @@ extension to the X11 protocol.  It includes:
 (define-public xkeyboard-config
   (package
     (name "xkeyboard-config")
-    (version "2.18")
+    (version "2.19")
     (source
       (origin
         (method url-fetch)
@@ -3799,7 +3799,7 @@ extension to the X11 protocol.  It includes:
               ".tar.bz2"))
         (sha256
           (base32
-            "1l6x2w357ja8vm94ns79s7yj9a5dlr01r9dxrjvzwncadiyr27f4"))))
+            "09sqyi430bbg13pp8j0j60p9p9xn2lpqx38xw1lyv77bp63d3pw3"))))
     (build-system gnu-build-system)
     (inputs
       `(("gettext" ,gettext-minimal)



reply via email to

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