guix-commits
[Top][All Lists]
Advanced

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

04/64: gnu: libinput: Update to 1.1.902.


From: Andy Wingo
Subject: 04/64: gnu: libinput: Update to 1.1.902.
Date: Thu, 18 Feb 2016 20:56:36 +0000

wingo pushed a commit to branch wip-xorg-server-1.18
in repository guix.

commit 42efedd6ee805e2b32262417d5ab814534e4fc43
Author: Andy Wingo <address@hidden>
Date:   Thu Feb 18 20:54:11 2016 +0100

    gnu: libinput: Update to 1.1.902.
    
    * gnu/packages/freedesktop.scm (libinput): Update to 1.1.902.
---
 gnu/packages/freedesktop.scm |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index e87b4a3..860772e 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -79,14 +79,14 @@ freedesktop.org project.")
 (define-public libinput
   (package
     (name "libinput")
-    (version "0.21.0")
+    (version "1.1.902")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://freedesktop.org/software/libinput/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0l7mhdr50g11hxg2pz8ihsgzbm0810syj05d3555rzhda6g7mkkw"))))
+                "19wa5yizc3nfq3gibyqb3ygdvcs7v7bz1m5ifv0f4va3igxc3nk3"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))
@@ -94,7 +94,8 @@ freedesktop.org project.")
      `(("libudev" ,eudev))) ; required by libinput.pc
     (inputs
      `(("libevdev" ,libevdev)
-       ("mtdev" ,mtdev)))
+       ("mtdev" ,mtdev)
+       ("libwacom" ,libwacom)))
     (home-page "http://www.freedesktop.org/wiki/Software/libinput/";)
     (synopsis "Input devices handling library")
     (description



reply via email to

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