guix-commits
[Top][All Lists]
Advanced

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

16/25: gnu: libxkbcommon: Update to 1.0.1.


From: guix-commits
Subject: 16/25: gnu: libxkbcommon: Update to 1.0.1.
Date: Tue, 13 Oct 2020 17:50:12 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit aff80b33ce06cd3c3b76fb7fc93b8b515314b3a5
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Oct 11 16:40:58 2020 +0200

    gnu: libxkbcommon: Update to 1.0.1.
    
    * gnu/packages/xdisorg.scm (libxkbcommon): Update to 1.0.1.
---
 gnu/packages/xdisorg.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 7044b65..9235cb4 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -324,18 +324,19 @@ avoiding password prompts when X11 forwarding has already 
been setup.")
 (define-public libxkbcommon
   (package
     (name "libxkbcommon")
-    (version "0.10.0")
+    (version "1.0.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://xkbcommon.org/download/libxkbcommon-";
                                  version ".tar.xz"))
              (sha256
               (base32
-               "1wmnl0hngn6vrqrya4r8hvimlkr4jag39yjprls4gyrqvh667hsp"))))
+               "13bcdf2xpjxwbghas0cr448z89qqki2ssgfgswc257y9859v4s5b"))))
     (build-system meson-build-system)
     (inputs
      `(("libx11" ,libx11)
        ("libxcb" ,libxcb)
+       ("libxml2" ,libxml2)
        ("wayland" ,wayland)
        ("wayland-protocols" ,wayland-protocols)
        ("xkeyboard-config" ,xkeyboard-config)))



reply via email to

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