guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: libxkbcommon: Update to 0.7.1.


From: Marius Bakke
Subject: 02/03: gnu: libxkbcommon: Update to 0.7.1.
Date: Mon, 30 Jan 2017 15:17:30 +0000 (UTC)

mbakke pushed a commit to branch staging
in repository guix.

commit fbb4755c8ad49d82437bfc1db86ca7957769d67b
Author: Marius Bakke <address@hidden>
Date:   Mon Jan 30 14:59:22 2017 +0100

    gnu: libxkbcommon: Update to 0.7.1.
    
    * gnu/packages/xdisorg.scm (libxkbcommon): Update to 0.7.1.
    [source]: Use HTTPS.
    [home-page]: Ditto.
---
 gnu/packages/xdisorg.scm |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 2df9bd2..a606f68 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -131,14 +131,14 @@ avoiding password prompts when X11 forwarding has already 
been setup.")
 (define-public libxkbcommon
   (package
     (name "libxkbcommon")
-    (version "0.6.1")
+    (version "0.7.1")
     (source (origin
              (method url-fetch)
-             (uri (string-append "http://xkbcommon.org/download/"; name "-"
+             (uri (string-append "https://xkbcommon.org/download/"; name "-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0q47xa1szlxwgvwmhv4b7xwawnykz1hnc431d84nj8dlh2q8f22v"))))
+               "12z6hih3n1r0asp2hzp9qsiwdfkfz46jwp06x8kprr0r5rfk0nds"))))
     (build-system gnu-build-system)
     (inputs
      `(("libx11" ,libx11)
@@ -155,7 +155,7 @@ avoiding password prompts when X11 forwarding has already 
been setup.")
              (string-append "--with-x-locale-root="
                             (assoc-ref %build-inputs "libx11")
                             "/share/X11/locale"))))
-    (home-page "http://xkbcommon.org/";)
+    (home-page "https://xkbcommon.org/";)
     (synopsis "Library to handle keyboard descriptions")
     (description "Xkbcommon is a library to handle keyboard descriptions,
 including loading them from disk, parsing them and handling their



reply via email to

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