guix-commits
[Top][All Lists]
Advanced

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

04/63: gnu: libinput: Update to 1.15.5.


From: guix-commits
Subject: 04/63: gnu: libinput: Update to 1.15.5.
Date: Tue, 26 May 2020 17:18:03 -0400 (EDT)

mbakke pushed a commit to branch staging2
in repository guix.

commit f020f8c42421f54eb04d42bfce0699cc2922ec39
Author: Marius Bakke <address@hidden>
AuthorDate: Thu May 14 22:50:50 2020 +0200

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



reply via email to

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