guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: xkeyboard-config: Update to 2.28.


From: guix-commits
Subject: 02/04: gnu: xkeyboard-config: Update to 2.28.
Date: Sat, 11 Jan 2020 17:28:49 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 6d5811ef8ec2fa1a9596e8039b3a189dc182d645
Author: Marius Bakke <address@hidden>
AuthorDate: Tue Dec 3 15:15:18 2019 +0100

    gnu: xkeyboard-config: Update to 2.28.
    
    * gnu/packages/xorg.scm (xkeyboard-config): Update to 2.28.
---
 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 b71efed..706faff 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3837,7 +3837,7 @@ extension to the X11 protocol.  It includes:
 (define-public xkeyboard-config
   (package
     (name "xkeyboard-config")
-    (version "2.27")
+    (version "2.28")
     (source
       (origin
         (method url-fetch)
@@ -3847,7 +3847,7 @@ extension to the X11 protocol.  It includes:
               ".tar.bz2"))
         (sha256
           (base32
-            "07wh443lhwv1j0q6xnxnji7f7ahh7xphxj90fv02cdd6zv4aw3b9"))))
+            "1kmxc8hdw4qpvdlzp4ag8ygl34lqhs6sn3pcz1sl0kn61xdv5bb9"))))
     (build-system gnu-build-system)
     (inputs
       `(("gettext" ,gettext-minimal)



reply via email to

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