guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: libinput: Update to 1.4.0.


From: Efraim Flashner
Subject: 09/09: gnu: libinput: Update to 1.4.0.
Date: Mon, 18 Jul 2016 12:28:58 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 6aabc87d50769ceca8c3ef95bf4c79551efd47e0
Author: Efraim Flashner <address@hidden>
Date:   Mon Jul 18 14:49:49 2016 +0300

    gnu: libinput: Update to 1.4.0.
    
    * gnu/packages/freedesktop.scm (libinput): Update to 1.4.0.
---
 gnu/packages/freedesktop.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 53bd757..458331d 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -82,14 +82,14 @@ freedesktop.org project.")
 (define-public libinput
   (package
     (name "libinput")
-    (version "1.3.0")
+    (version "1.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://freedesktop.org/software/libinput/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1sn1s1bz06fa49izqkqf519sjclsvhf42i6slzx1w5hx4vxpb2lr"))))
+                "085lcxy111j8r1lwyghsc6zrysqh0vg8xip5axxsdl8r8n3i1vvn"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))
@@ -99,7 +99,7 @@ freedesktop.org project.")
      `(("libevdev" ,libevdev)
        ("mtdev" ,mtdev)
        ("libwacom" ,libwacom)))
-    (home-page "http://www.freedesktop.org/wiki/Software/libinput/";)
+    (home-page "https://www.freedesktop.org/wiki/Software/libinput/";)
     (synopsis "Input devices handling library")
     (description
      "Libinput is a library to handle input devices for display servers and



reply via email to

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