guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: libxkbcommon: Update to 0.8.2.


From: Marius Bakke
Subject: 04/04: gnu: libxkbcommon: Update to 0.8.2.
Date: Sun, 19 Aug 2018 09:46:07 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 766e46e25f4e486a5691380dcfbd81e54a5a3e90
Author: Marius Bakke <address@hidden>
Date:   Sun Aug 19 15:44:18 2018 +0200

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

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index f100928..9c39653 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -157,14 +157,14 @@ avoiding password prompts when X11 forwarding has already 
been setup.")
 (define-public libxkbcommon
   (package
     (name "libxkbcommon")
-    (version "0.8.0")
+    (version "0.8.2")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://xkbcommon.org/download/"; name "-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0vgy84vfbig5bqznr137h5arjidnfwrxrdli0pxyn2jfn1fjcag8"))))
+               "136mdq11lrwg6rjmm44lmysxxgb9c35p4sq6k0cd129x82rw9f3s"))))
     (build-system gnu-build-system)
     (inputs
      `(("libx11" ,libx11)



reply via email to

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