guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: xkeyboard-config: Update to 2.24.


From: Marius Bakke
Subject: 02/02: gnu: xkeyboard-config: Update to 2.24.
Date: Sat, 25 Aug 2018 15:13:44 -0400 (EDT)

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

commit fa2146f769fd5323081561141073108964524062
Author: Marius Bakke <address@hidden>
Date:   Sat Aug 25 20:13:08 2018 +0200

    gnu: xkeyboard-config: Update to 2.24.
    
    * gnu/packages/xorg.scm (xkeyboard-config): Update to 2.24.
---
 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 787a508..5de3bec 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3834,7 +3834,7 @@ extension to the X11 protocol.  It includes:
 (define-public xkeyboard-config
   (package
     (name "xkeyboard-config")
-    (version "2.23.1")
+    (version "2.24")
     (source
       (origin
         (method url-fetch)
@@ -3844,7 +3844,7 @@ extension to the X11 protocol.  It includes:
               ".tar.bz2"))
         (sha256
           (base32
-            "1wq27cs1c9y7d1d7zp5yhq29paj9smajdb68lyvm28d2zq2vqjra"))))
+            "1my4786pd7iv5x392r9skj3qclmbd26nqzvh2fllwkkbyj08bcci"))))
     (build-system gnu-build-system)
     (inputs
       `(("gettext" ,gettext-minimal)



reply via email to

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