guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: xkeyboard-config: Update to 2.26.


From: guix-commits
Subject: 02/03: gnu: xkeyboard-config: Update to 2.26.
Date: Wed, 13 Feb 2019 18:23:58 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 3a7fbd3ae5ae9942277b0f4bebcd7db980e3c9cd
Author: Marius Bakke <address@hidden>
Date:   Sun Feb 10 21:35:59 2019 +0100

    gnu: xkeyboard-config: Update to 2.26.
    
    * gnu/packages/xorg.scm (xkeyboard-config): Update to 2.26.
---
 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 de8d784..e99d185 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3856,7 +3856,7 @@ extension to the X11 protocol.  It includes:
 (define-public xkeyboard-config
   (package
     (name "xkeyboard-config")
-    (version "2.24")
+    (version "2.26")
     (source
       (origin
         (method url-fetch)
@@ -3866,7 +3866,7 @@ extension to the X11 protocol.  It includes:
               ".tar.bz2"))
         (sha256
           (base32
-            "1my4786pd7iv5x392r9skj3qclmbd26nqzvh2fllwkkbyj08bcci"))))
+            "13h3381pfp4pv32189zkfsj2x0alr91xj6dqii76rl0c8v3ihdrr"))))
     (build-system gnu-build-system)
     (inputs
       `(("gettext" ,gettext-minimal)



reply via email to

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