guix-patches
[Top][All Lists]
Advanced

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

[bug#49087] [PATCH] gnu: xkeyboard-config: Update to 2.33.


From: Matthew James Kraai
Subject: [bug#49087] [PATCH] gnu: xkeyboard-config: Update to 2.33.
Date: Fri, 18 Jun 2021 05:06:33 -0700

* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.33.
---
 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 1afd028bbd..559cfc1e59 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4026,7 +4026,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)
@@ -4036,7 +4036,7 @@ extension to the X11 protocol.  It includes:
               ".tar.bz2"))
         (sha256
           (base32
-            "1a1nq0bc51jwg8v9dh7lr2zszrkk1iy9ilnbn011kf9rp8by7vhz"))))
+            "1g6kn7l0mixw50kgn7d97gwv1990c5rczr2x776q3xywss8dfzv5"))))
     (build-system gnu-build-system)
     (inputs
       `(("libx11" ,libx11)
-- 
2.32.0






reply via email to

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