diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-12-04 16:44:31 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-12-04 20:05:19 +0100 |
commit | dd9d9ae4b7b6983a208d31a7b9d63198a4fedaa6 (patch) | |
tree | 22087c6d962d54663afe43fd035e11e0f18cf5cb /gnu/packages/freedesktop.scm | |
parent | b07724a98b3fcdb28d5f870cd0a840f50d787dc2 (diff) | |
download | guix-dd9d9ae4b7b6983a208d31a7b9d63198a4fedaa6.tar.gz guix-dd9d9ae4b7b6983a208d31a7b9d63198a4fedaa6.zip |
gnu: libinput: Update to 1.12.3.
* gnu/packages/freedesktop.scm (libinput): Update to 1.12.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 d07edcdb72..11ab76bf74 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -146,14 +146,14 @@ freedesktop.org project.") (define-public libinput (package (name "libinput") - (version "1.12.1") + (version "1.12.3") (source (origin (method url-fetch) (uri (string-append "https://freedesktop.org/software/libinput/" name "-" version ".tar.xz")) (sha256 (base32 - "14l6bvgq76ls63qc9c448r435q9xiig0rv8ilx6rnjvlgg64h32p")))) + "0mg2zqbjcgj0aq7d9nwawvyhx43vakilahrc83hrfyif3a3gyrpj")))) (build-system meson-build-system) (arguments `(#:configure-flags '("-Ddocumentation=false"))) |