guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: libinput: Update to 1.15.2.


From: guix-commits
Subject: 05/10: gnu: libinput: Update to 1.15.2.
Date: Mon, 24 Feb 2020 13:56:06 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit e86620d76df9a855d99480ada9790cf4d5e7ba3f
Author: Marius Bakke <address@hidden>
AuthorDate: Sun Feb 23 21:06:50 2020 +0100

    gnu: libinput: Update to 1.15.2.
    
    * gnu/packages/freedesktop.scm (libinput): Update to 1.15.2.
---
 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 9d10f51..ad35fb3 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -181,14 +181,14 @@ freedesktop.org project.")
 (define-public libinput
   (package
     (name "libinput")
-    (version "1.15.0")
+    (version "1.15.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://freedesktop.org/software/libinput/";
                                   "libinput-" version ".tar.xz"))
               (sha256
                (base32
-                "1qa3b2fd4pv8ysf0mgwnyhqv9v48zgy3sy0q3a3vxcmwcvpizgxz"))))
+                "0ivpb4sghl80cs7jg3xrs53kckif6wy81cny3a8mry94nszky74p"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=false")



reply via email to

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