guix-patches
[Top][All Lists]
Advanced

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

[bug#67889] [PATCH] gnu: libinput: Update to 1.24.0.


From: Daniel Ziltener
Subject: [bug#67889] [PATCH] gnu: libinput: Update to 1.24.0.
Date: Mon, 18 Dec 2023 23:42:24 +0100

---
 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 648ebad408..df8cd5f3da 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -573,7 +573,7 @@ (define-public libinput
   ;; Updating this will rebuild over 700 packages through libinput-minimal.
   (package
     (name "libinput")
-    (version "1.22.1")
+    (version "1.24.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -581,7 +581,7 @@ (define-public libinput
                     (commit version)))
               (sha256
                (base32
-                "17a5qlym2d6lg2j8fdpxda9k7x5zr35flb4wlj1bz7h0mnkh8326"))))
+                "0xk0dljykjfmkks7kjxvbia6g3wadmy7lihfygm8icywkq8j0dw1"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=false")
-- 
2.43.0






reply via email to

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