guix-commits
[Top][All Lists]
Advanced

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

19/34: gnu: xkeyboard-config: Update to 2.30.


From: guix-commits
Subject: 19/34: gnu: xkeyboard-config: Update to 2.30.
Date: Sat, 25 Jul 2020 14:54:02 -0400 (EDT)

mbakke pushed a commit to branch wip-staging
in repository guix.

commit 21d25ad5d258ceec07c763575cee600e3932ae32
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jul 24 22:41:58 2020 +0200

    gnu: xkeyboard-config: Update to 2.30.
    
    * gnu/packages/xorg.scm (xkeyboard-config): Update to 2.30.
---
 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 abe1249..bc9ea12 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4027,7 +4027,7 @@ extension to the X11 protocol.  It includes:
 (define-public xkeyboard-config
   (package
     (name "xkeyboard-config")
-    (version "2.29")
+    (version "2.30")
     (source
       (origin
         (method url-fetch)
@@ -4037,7 +4037,7 @@ extension to the X11 protocol.  It includes:
               ".tar.bz2"))
         (sha256
           (base32
-            "00hqc8nykvy8c09b8vab64dcd0ij3n5klxjn6rl00q7hickpah8x"))))
+            "1m4pnzlcdl6d1p7hdccpi0605zkikind00kjc5bx4gk3gd7m4nh9"))))
     (build-system gnu-build-system)
     (inputs
       `(("libx11" ,libx11)



reply via email to

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