summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-09 04:14:53 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-09 16:01:18 +0100
commit1fad0b8674cf97a7e102e98ab31fcebe07ae9515 (patch)
treec513d51a566dd26da4df843ff48cfc5adaef276b /gnu/packages
parent4227a73189b78b0357f611cd1b1f3eab93677caa (diff)
downloadguix-1fad0b8674cf97a7e102e98ab31fcebe07ae9515.tar.gz
gnu: libinput: Update to 1.15.3.
* gnu/packages/freedesktop.scm (libinput): Update to 1.15.3.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/freedesktop.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 90956968b2..c35d37f88d 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")