guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: libinput: Update to 1.6.3.


From: Marius Bakke
Subject: 01/05: gnu: libinput: Update to 1.6.3.
Date: Wed, 8 Mar 2017 12:26:54 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 3a38cf2dfdd8a03b4202ab8794fd2215b38ce680
Author: Marius Bakke <address@hidden>
Date:   Wed Mar 8 17:18:11 2017 +0100

    gnu: libinput: Update to 1.6.3.
    
    * gnu/packages/freedesktop.scm (libinput, libinput-minimal): Update to 
1.6.3.
---
 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 f9007b1..4c15d4b 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.0")
+    (version "1.6.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://freedesktop.org/software/libinput/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0cjq4mjqx8c7iiign330s34dvpw38rlv8byaxlx68p3kim8lylxp"))))
+                "18bx2fz04mf41nf3021pr9k3f741zvc6i8pzvypc6ycffac2gnkl"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("cairo" ,cairo)



reply via email to

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