efraim pushed a commit to branch master
in repository guix.

commit 93719a6686feede1f171cdf057ff14fbc5152945
Author: Efraim Flashner <[email protected]>
Date:   Sun Jan 22 23:19:12 2017 +0200

    gnu: libinput: Update to 1.6.0.
    
    * gnu/packages/freedesktop.scm (libinput): Update to 1.6.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 0c8f97f..f9007b1 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2015, 2016, 2017 Ludovic Courtès <[email protected]>
 ;;; Copyright © 2015 Ricardo Wurmus <[email protected]>
 ;;; Copyright © 2015 David Hashe <[email protected]>
-;;; Copyright © 2016 Efraim Flashner <[email protected]>
+;;; Copyright © 2016, 2017 Efraim Flashner <[email protected]>
 ;;; Copyright © 2016 Kei Kebreau <[email protected]>
 ;;; Copyright © 2017 Mark H Weaver <[email protected]>
 ;;;
@@ -88,14 +88,14 @@ freedesktop.org project.")
 (define-public libinput
   (package
     (name "libinput")
-    (version "1.5.3")
+    (version "1.6.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://freedesktop.org/software/libinput/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1qx623nyr49sxv49ilb0j85skgk1dhkr82vd577ywyjf7d96q84i"))))
+                "0cjq4mjqx8c7iiign330s34dvpw38rlv8byaxlx68p3kim8lylxp"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("cairo" ,cairo)

Reply via email to