diff options
author | Marius Bakke <[email protected]> | 2020-03-14 12:57:21 +0100 |
---|---|---|
committer | Marius Bakke <[email protected]> | 2020-03-14 12:57:21 +0100 |
commit | aebba13c0bef5a58697f1a9fe8337967cc01300f (patch) | |
tree | 12156f0f2312df613cc554a220a6fd75450aa508 /gnu/packages/freedesktop.scm | |
parent | 747953c430039055140e29546ff50641da1ab440 (diff) | |
parent | bb4674b43fa413a6d41694b2093c3b00d11eea47 (diff) |
Merge branch 'staging'
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 5dbbcbd1fa..1244da4fa0 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -182,14 +182,14 @@ freedesktop.org project.") ;; Updating this will rebuild over 700 packages through libinput-minimal. (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") |