guix-commits
[Top][All Lists]
Advanced

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

29/34: gnu: xkeyboard-config: Update to 2.32.


From: guix-commits
Subject: 29/34: gnu: xkeyboard-config: Update to 2.32.
Date: Sat, 22 May 2021 11:16:35 -0400 (EDT)

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

commit a96a9934b51efbd02f985760aa5a227c6dcdfcdf
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun May 16 15:40:32 2021 +0200

    gnu: xkeyboard-config: Update to 2.32.
    
    * gnu/packages/xorg.scm (xkeyboard-config): Update to 2.32.
---
 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 84fe4e9..a1b0472 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4024,7 +4024,7 @@ extension to the X11 protocol.  It includes:
 (define-public xkeyboard-config
   (package
     (name "xkeyboard-config")
-    (version "2.31")
+    (version "2.32")
     (source
       (origin
         (method url-fetch)
@@ -4034,7 +4034,7 @@ extension to the X11 protocol.  It includes:
               ".tar.bz2"))
         (sha256
           (base32
-            "18xddaxh83zm698syh50w983jg6b7b8zgv0dfaf7ha485hgihi6s"))))
+            "1a1nq0bc51jwg8v9dh7lr2zszrkk1iy9ilnbn011kf9rp8by7vhz"))))
     (build-system gnu-build-system)
     (inputs
       `(("libx11" ,libx11)



reply via email to

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