guix-commits
[Top][All Lists]
Advanced

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

02/14: gnu: libinput: Update to 1.24.0.


From: guix-commits
Subject: 02/14: gnu: libinput: Update to 1.24.0.
Date: Thu, 19 Oct 2023 23:43:11 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit d09b018c1872d948d1c33767dd20cff2fea40cef
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Fri Aug 25 16:51:12 2023 +0800

    gnu: libinput: Update to 1.24.0.
    
    * gnu/packages/freedesktop.scm (libinput): Update to 1.24.0.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.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 712fe494bc..2fda13c15d 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -534,7 +534,7 @@ freedesktop.org project.")
   ;; Updating this will rebuild over 700 packages through libinput-minimal.
   (package
     (name "libinput")
-    (version "1.23.0")
+    (version "1.24.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -543,7 +543,7 @@ freedesktop.org project.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0wnqfnxxvf9jclh64hrb0scn3s1dmwdkmqf7hp0cfmjz5n5nnv7d"))))
+                "0xk0dljykjfmkks7kjxvbia6g3wadmy7lihfygm8icywkq8j0dw1"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=false")



reply via email to

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