guix-commits
[Top][All Lists]
Advanced

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

01/16: gnu: libinput: Update to 1.15.3.


From: guix-commits
Subject: 01/16: gnu: libinput: Update to 1.15.3.
Date: Mon, 9 Mar 2020 16:09:28 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1fad0b8674cf97a7e102e98ab31fcebe07ae9515
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Mar 9 04:14:53 2020 +0100

    gnu: libinput: Update to 1.15.3.
    
    * gnu/packages/freedesktop.scm (libinput): Update to 1.15.3.
---
 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 9095696..c35d37f 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.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://freedesktop.org/software/libinput/";
                                   "libinput-" version ".tar.xz"))
               (sha256
                (base32
-                "1qa3b2fd4pv8ysf0mgwnyhqv9v48zgy3sy0q3a3vxcmwcvpizgxz"))))
+                "0kb9i1xav8hmrl6g0qdq7jii589i9sjjrbh43fsc5284smyl44jv"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=false")



reply via email to

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