guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: xkeyboard-config: Update to 2.33.


From: guix-commits
Subject: branch core-updates updated: gnu: xkeyboard-config: Update to 2.33.
Date: Mon, 21 Jun 2021 08:20:57 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates by this push:
     new 18d50db  gnu: xkeyboard-config: Update to 2.33.
18d50db is described below

commit 18d50dbe7481edcb4fc080567888768a916294a9
Author: Matthew James Kraai <kraai@ftbfs.org>
AuthorDate: Fri Jun 18 05:06:33 2021 -0700

    gnu: xkeyboard-config: Update to 2.33.
    
    * gnu/packages/xorg.scm (xkeyboard-config): Update to 2.33.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 e590bb1..ccdbc3b 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4029,7 +4029,7 @@ extension to the X11 protocol.  It includes:
 (define-public xkeyboard-config
   (package
     (name "xkeyboard-config")
-    (version "2.32")
+    (version "2.33")
     (source
       (origin
         (method url-fetch)
@@ -4039,7 +4039,7 @@ extension to the X11 protocol.  It includes:
               ".tar.bz2"))
         (sha256
           (base32
-            "1a1nq0bc51jwg8v9dh7lr2zszrkk1iy9ilnbn011kf9rp8by7vhz"))))
+            "1g6kn7l0mixw50kgn7d97gwv1990c5rczr2x776q3xywss8dfzv5"))))
     (build-system gnu-build-system)
     (inputs
       `(("libx11" ,libx11)



reply via email to

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