guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: xf86-input-libinput: Update to 0.23.0.


From: Marius Bakke
Subject: 01/03: gnu: xf86-input-libinput: Update to 0.23.0.
Date: Tue, 13 Dec 2016 19:49:11 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit 546856a3deddccc5a3bd003117cedd4f45ac770a
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 13 20:31:29 2016 +0100

    gnu: xf86-input-libinput: Update to 0.23.0.
    
    * gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.23.0.
---
 gnu/packages/xorg.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 166040e..2023932 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2459,7 +2459,7 @@ including most mice, keyboards, tablets and 
touchscreens.")
 (define-public xf86-input-libinput
   (package
     (name "xf86-input-libinput")
-    (version "0.16.0")
+    (version "0.23.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2467,7 +2467,7 @@ including most mice, keyboards, tablets and 
touchscreens.")
                     name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "0jbgnxsbr3g4g9vkspcc6pqy7av59zx5bb78vkvaqy8yx4qybbgx"))))
+                "1p596v3kbmjpdz3kz8z19bnd79l860f1pbwjvma7bz7qx3gynlqb"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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