iyzsong pushed a commit to branch xorg-updates
in repository guix.

commit 338fb430b781e9da8c967d31b912bc4038c65f6f
Author: Sou Bunnbu (宋文武) <[email protected]>
AuthorDate: Sat Dec 28 17:58:17 2024 +0800

    gnu: xkbevd: Update to 1.1.6.
    
    * gnu/packages/xorg.scm (xkbevd): Update to 1.1.6.
    
    Change-Id: I1525067d4ea64c1b3be433bd99ab48ab41c82e20
---
 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 1f0055514a..dd76dfd93f 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3772,7 +3772,7 @@ make keyboards more accessible to people with physical 
impairments.")
 (define-public xkbevd
   (package
     (name "xkbevd")
-    (version "1.1.5")
+    (version "1.1.6")
     (source
       (origin
         (method url-fetch)
@@ -3782,7 +3782,7 @@ make keyboards more accessible to people with physical 
impairments.")
                ".tar.xz"))
         (sha256
           (base32
-            "0swjhk33fp15060hhzycmk288ys51wwm6l7p9xy4blz95mq7nd9q"))))
+            "0gh73dsf4ic683k9zn2nj9bpff6dmv3gzcb3zx186mpq9kw03d6r"))))
     (build-system gnu-build-system)
     (inputs
       (list libxkbfile libx11))

Reply via email to