diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-03-29 11:11:37 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-03-30 22:31:28 +0200 |
commit | bdde64b079c491e0ced299ff5fc3331034aaf01b (patch) | |
tree | 1cc74e3bf1b9b089ca269236318e3e862f198127 /gnu/packages/freedesktop.scm | |
parent | 941a38b66e9a10061ae31cb85f699528e7909a5b (diff) | |
download | patches-bdde64b079c491e0ced299ff5fc3331034aaf01b.tar patches-bdde64b079c491e0ced299ff5fc3331034aaf01b.tar.gz |
gnu: libinput: Update to 1.7.0.
* gnu/packages/freedesktop.scm (libinput, libinput-minimal): Update to 1.7.0.
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 8de373c446..216ec312de 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -88,14 +88,14 @@ freedesktop.org project.") (define-public libinput (package (name "libinput") - (version "1.6.3") + (version "1.7.0") (source (origin (method url-fetch) (uri (string-append "https://freedesktop.org/software/libinput/" name "-" version ".tar.xz")) (sha256 (base32 - "18bx2fz04mf41nf3021pr9k3f741zvc6i8pzvypc6ycffac2gnkl")))) + "1a58q60j3456d3qfhkkv319aq2hn4bpimcyhib4yks817pv719hj")))) (build-system gnu-build-system) (native-inputs `(("cairo" ,cairo) |