guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: xf86-input-libinput: Update to 1.0.1.


From: guix-commits
Subject: 02/02: gnu: xf86-input-libinput: Update to 1.0.1.
Date: Sun, 6 Jun 2021 10:20:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b2122b07dc24007263b92247cc479713c2101390
Author: Matthew James Kraai <kraai@ftbfs.org>
AuthorDate: Sun Jun 6 06:42:49 2021 -0700

    gnu: xf86-input-libinput: Update to 1.0.1.
    
    * gnu/packages/xorg.scm (xf86-input-libinput): Update to 1.0.1.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 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 8ab77d5..9156fb3 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2530,7 +2530,7 @@ including most mice, keyboards, tablets and 
touchscreens.")
 (define-public xf86-input-libinput
   (package
     (name "xf86-input-libinput")
-    (version "0.30.0")
+    (version "1.0.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2538,7 +2538,7 @@ including most mice, keyboards, tablets and 
touchscreens.")
                     name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1h4np66p87jf0c85ig524w8f5rbhl5gx8fww1qg0c55f87yzkizr"))))
+                "0nr4r9x8c7y1l0ipivjch5zps093mxmg2nqmfn2934am26fc9ppx"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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