guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: xf86-input-libinput: Update to 0.27.0.


From: Marius Bakke
Subject: 01/02: gnu: xf86-input-libinput: Update to 0.27.0.
Date: Wed, 28 Mar 2018 16:08:22 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 4d967992d8a56cde4ef410bf4efe7df00720d4e6
Author: Marius Bakke <address@hidden>
Date:   Wed Mar 28 19:54:46 2018 +0200

    gnu: xf86-input-libinput: Update to 0.27.0.
    
    * gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.27.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 9652e15..4c366f2 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2425,7 +2425,7 @@ including most mice, keyboards, tablets and 
touchscreens.")
 (define-public xf86-input-libinput
   (package
     (name "xf86-input-libinput")
-    (version "0.26.0")
+    (version "0.27.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2433,7 +2433,7 @@ including most mice, keyboards, tablets and 
touchscreens.")
                     name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "0yrqs88b7yn9nljwlxzn76jfmvf0sh939kzij5b2jvr2qa7mbjmb"))))
+                "18v8qry7493k37bcfbfwdr4xrygyjivpzvgsj7s1dxmzn1n53c3p"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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