guix-commits
[Top][All Lists]
Advanced

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

19/21: gnu: libinput: Update to 1.19.4.


From: guix-commits
Subject: 19/21: gnu: libinput: Update to 1.19.4.
Date: Thu, 23 Jun 2022 13:56:44 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 421a3c81726e160dd1e58487637721cb4f7784a7
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jun 23 19:43:20 2022 +0200

    gnu: libinput: Update to 1.19.4.
    
    * gnu/packages/freedesktop.scm (libinput): Update to 1.19.4.
---
 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 4d06235771..e17cc51f02 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -483,14 +483,14 @@ freedesktop.org project.")
   ;; Updating this will rebuild over 700 packages through libinput-minimal.
   (package
     (name "libinput")
-    (version "1.19.2")
+    (version "1.19.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://freedesktop.org/software/libinput/";
                                   "libinput-" version ".tar.xz"))
               (sha256
                (base32
-                "10xqk05mkvsyxfxpn3vwkwb7j22d38wlbg1l1k37f6pfyc59zhqg"))))
+                "0h5lz54rrl48bhi3vki6s08m6rn2h62rlf08dhgchdm9nmqaaczz"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=false")



reply via email to

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