guix-commits
[Top][All Lists]
Advanced

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

11/18: gnu: xf86-input-libinput: Update to 0.28.0.


From: Marius Bakke
Subject: 11/18: gnu: xf86-input-libinput: Update to 0.28.0.
Date: Thu, 12 Jul 2018 11:21:41 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 2c3434150baf75ca71410c1968852d63b13c527a
Author: Marius Bakke <address@hidden>
Date:   Thu Jul 12 16:33:00 2018 +0200

    gnu: xf86-input-libinput: Update to 0.28.0.
    
    * gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.28.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 895db8e..9448fe9 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2447,7 +2447,7 @@ including most mice, keyboards, tablets and 
touchscreens.")
 (define-public xf86-input-libinput
   (package
     (name "xf86-input-libinput")
-    (version "0.27.1")
+    (version "0.28.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2455,7 +2455,7 @@ including most mice, keyboards, tablets and 
touchscreens.")
                     name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1riflw6dc8fp5d74i7zfgsss0zz3z3lsj6zn2lzjm5kgmp2qvbfl"))))
+                "189h8vl0005yizwrs4d0sng6j8lwkd3xi1zwqg8qavn2bw34v691"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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