diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-09 04:14:53 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-09 16:01:18 +0100 |
commit | 1fad0b8674cf97a7e102e98ab31fcebe07ae9515 (patch) | |
tree | c513d51a566dd26da4df843ff48cfc5adaef276b /gnu/packages/freedesktop.scm | |
parent | 4227a73189b78b0357f611cd1b1f3eab93677caa (diff) | |
download | guix-1fad0b8674cf97a7e102e98ab31fcebe07ae9515.tar guix-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/freedesktop.scm')
-rw-r--r-- | gnu/packages/freedesktop.scm | 4 |
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") |