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

commit ac3464fbdd1409fd5669a8d53bebbd8ff01659f5
Author: Murilo <mur...@disroot.org>
AuthorDate: Thu Jul 24 08:59:16 2025 -0300

    gnu: libinput: Update to 1.28.1.
    
    * gnu/packages/freedesktop.scm (libinput): Update to 1.28.1.
    
    Signed-off-by: John Kehayias <john.kehay...@protonmail.com>
---
 gnu/packages/freedesktop.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 036cf81b3d..8a7e5a1394 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -586,7 +586,7 @@ freedesktop.org project.")
   ;; Updating this will rebuild over 700 packages through libinput-minimal.
   (package
     (name "libinput")
-    (version "1.26.2")
+    (version "1.28.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -595,7 +595,7 @@ freedesktop.org project.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1zwwq7a0a6yznc6jxhp6gb50yw5vpfkvgbrabrpc5pwldpckfbrg"))))
+                "1kgdjxgx5dbrx21kp4x2azfffd96lhcry77pbddbpkw4643vkmwj"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=false")

Reply via email to