guix_mirror_bot pushed a commit to branch xorg-updates
in repository guix.

commit 781a85a2c07ee6ac6ec2fd19ee1b5c48c9580ca2
Author: 宋文武 <iyzs...@member.fsf.org>
AuthorDate: Sat Dec 28 19:01:05 2024 +0800

    gnu: xf86-input-libinput: Update to 1.5.0.
    
    * gnu/packages/xorg.scm (xf86-input-libinput): Update to 1.5.0.
    
    Change-Id: I4ef21395bcf9032f8054b56021f15563bfe2fa46
---
 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 ae4be0448e..5cb27cf9bb 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2547,7 +2547,7 @@ including most mice, keyboards, tablets and 
touchscreens.")
 (define-public xf86-input-libinput
   (package
     (name "xf86-input-libinput")
-    (version "1.2.1")
+    (version "1.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2555,7 +2555,7 @@ including most mice, keyboards, tablets and 
touchscreens.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "06wpgqga4kc5ph5bd5cabfg0gdcdkbd65jrdx467qcfvkmdxnlc1"))))
+                "1rl06l0gdqmc4v08mya93m74ana76b7s3fzkmq8ylm3535gw6915"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags

Reply via email to