guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: xkeyboard-config: Update to 2.22.


From: Marius Bakke
Subject: 09/09: gnu: xkeyboard-config: Update to 2.22.
Date: Thu, 12 Oct 2017 14:42:03 -0400 (EDT)

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

commit c3a3fdd22ee6d6c63418ac71c9190bc483959b27
Author: Marius Bakke <address@hidden>
Date:   Sat Oct 7 18:18:04 2017 +0200

    gnu: xkeyboard-config: Update to 2.22.
    
    * gnu/packages/xorg.scm (xkeyboard-config): Update to 2.22.
---
 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 143962a..051a2aa 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3818,7 +3818,7 @@ extension to the X11 protocol.  It includes:
 (define-public xkeyboard-config
   (package
     (name "xkeyboard-config")
-    (version "2.21")
+    (version "2.22")
     (source
       (origin
         (method url-fetch)
@@ -3828,7 +3828,7 @@ extension to the X11 protocol.  It includes:
               ".tar.bz2"))
         (sha256
           (base32
-            "1iffxpchy6dfgbby23nfsqqk17h9lfddlmjnhwagqag1z94p1h9h"))))
+            "1garmbyfjp0han04l2l90zzwlfbdgdxl6r1qnic36i5wkycckbny"))))
     (build-system gnu-build-system)
     (inputs
       `(("gettext" ,gettext-minimal)



reply via email to

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