guix-commits
[Top][All Lists]
Advanced

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

02/10: gnu: xf86-input-libinput: Update to 0.30.0.


From: guix-commits
Subject: 02/10: gnu: xf86-input-libinput: Update to 0.30.0.
Date: Tue, 13 Oct 2020 17:37:23 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 17032767da189a31d24fc350e68d065ec12bb9f6
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Oct 13 17:00:14 2020 +0200

    gnu: xf86-input-libinput: Update to 0.30.0.
    
    * gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.30.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 7ec35ed..3db4cba 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2539,7 +2539,7 @@ including most mice, keyboards, tablets and 
touchscreens.")
 (define-public xf86-input-libinput
   (package
     (name "xf86-input-libinput")
-    (version "0.28.2")
+    (version "0.30.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2547,7 +2547,7 @@ including most mice, keyboards, tablets and 
touchscreens.")
                     name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "0818vr0yhk9j1y1wcbxzcd458vrvp06rrhi8k43bhqkb5jb4dcxq"))))
+                "1h4np66p87jf0c85ig524w8f5rbhl5gx8fww1qg0c55f87yzkizr"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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