guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: Update libinput to 1.22.1.


From: guix-commits
Subject: 01/04: gnu: Update libinput to 1.22.1.
Date: Fri, 7 Apr 2023 08:24:40 -0400 (EDT)

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

commit f1d4d22fc23210f0909f84a71d9c9de7feee1219
Author: Gabriel Wicki <gabriel@erlikon.ch>
AuthorDate: Sun Feb 5 01:06:50 2023 +0100

    gnu: Update libinput to 1.22.1.
    
    * gnu/packages/freedesktop.scm (libinput): Update to version 1.22.1.
    [source]: Fetch source via git.
    
    Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
---
 gnu/packages/freedesktop.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index fe5e243729..5ef5e9099d 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -592,14 +592,15 @@ freedesktop.org project.")
   ;; Updating this will rebuild over 700 packages through libinput-minimal.
   (package
     (name "libinput")
-    (version "1.19.4")
+    (version "1.22.1")
     (source (origin
-              (method url-fetch)
-              (uri (string-append "https://freedesktop.org/software/libinput/";
-                                  "libinput-" version ".tar.xz"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url 
"https://gitlab.freedesktop.org/libinput/libinput.git";)
+                    (commit version)))
               (sha256
                (base32
-                "0h5lz54rrl48bhi3vki6s08m6rn2h62rlf08dhgchdm9nmqaaczz"))))
+                "17a5qlym2d6lg2j8fdpxda9k7x5zr35flb4wlj1bz7h0mnkh8326"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=false")



reply via email to

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