guix-commits
[Top][All Lists]
Advanced

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

14/74: gnu: libinput: Update to 1.1.902.


From: Mark H. Weaver
Subject: 14/74: gnu: libinput: Update to 1.1.902.
Date: Mon, 22 Feb 2016 16:14:05 +0000

mhw pushed a commit to branch media-updates
in repository guix.

commit a63736c125e049f86a28865e17abd3a894289b64
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 690621d..b0841f1 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]