guix-commits
[Top][All Lists]
Advanced

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

21/40: gnu: libinput: Update to 1.16.4.


From: guix-commits
Subject: 21/40: gnu: libinput: Update to 1.16.4.
Date: Sun, 13 Dec 2020 15:46:18 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 60e51f86ef88f656e044d148c26bdb6aeda48a08
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Dec 12 17:50:39 2020 +0100

    gnu: libinput: Update to 1.16.4.
    
    * gnu/packages/freedesktop.scm (libinput): Update to 1.16.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 3c4ad57..939d091 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -373,14 +373,14 @@ freedesktop.org project.")
   ;; Updating this will rebuild over 700 packages through libinput-minimal.
   (package
     (name "libinput")
-    (version "1.16.2")
+    (version "1.16.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://freedesktop.org/software/libinput/";
                                   "libinput-" version ".tar.xz"))
               (sha256
                (base32
-                "1ab0q4iya07kvjd2g1vzamj9h57qldi15h3b8324vg3szr88qggw"))))
+                "0acywdjppj5i591l879bnqa9cs4vgdwnhilwk550x5x8sl33m4k5"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=false")



reply via email to

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