guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: libinput: Update to 1.7.0.


From: Marius Bakke
Subject: 02/08: gnu: libinput: Update to 1.7.0.
Date: Thu, 30 Mar 2017 16:36:29 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit bdde64b079c491e0ced299ff5fc3331034aaf01b
Author: Marius Bakke <address@hidden>
Date:   Wed Mar 29 11:11:37 2017 +0200

    gnu: libinput: Update to 1.7.0.
    
    * gnu/packages/freedesktop.scm (libinput, libinput-minimal): Update to 
1.7.0.
---
 gnu/packages/freedesktop.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 8de373c..216ec31 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -88,14 +88,14 @@ freedesktop.org project.")
 (define-public libinput
   (package
     (name "libinput")
-    (version "1.6.3")
+    (version "1.7.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://freedesktop.org/software/libinput/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "18bx2fz04mf41nf3021pr9k3f741zvc6i8pzvypc6ycffac2gnkl"))))
+                "1a58q60j3456d3qfhkkv319aq2hn4bpimcyhib4yks817pv719hj"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("cairo" ,cairo)



reply via email to

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