guix-commits
[Top][All Lists]
Advanced

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

17/25: gnu: xkeyboard-config: Update to 2.31.


From: guix-commits
Subject: 17/25: gnu: xkeyboard-config: Update to 2.31.
Date: Tue, 13 Oct 2020 17:50:13 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit f195914cc729a5295e9cbf98eff675a856368b65
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Oct 11 16:41:25 2020 +0200

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



reply via email to

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