diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-05-14 22:50:50 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-05-26 22:32:49 +0200 |
commit | f020f8c42421f54eb04d42bfce0699cc2922ec39 (patch) | |
tree | 558ae7ff5c22f1eb49ef586119633813c94cebce /gnu/packages/freedesktop.scm | |
parent | 312d9a332053118ca002f4d1e3aa43ea588e593c (diff) | |
download | guix-f020f8c42421f54eb04d42bfce0699cc2922ec39.tar guix-f020f8c42421f54eb04d42bfce0699cc2922ec39.tar.gz |
gnu: libinput: Update to 1.15.5.
* gnu/packages/freedesktop.scm (libinput): Update to 1.15.5.
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 f00cb1e076..be028e4880 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") |