aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-02-10 18:55:35 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-02-10 21:04:23 +0100
commit60a59f917c0ae7a1c7932d3943828f6b020d7655 (patch)
tree03bc83e3e589c098d17f23b55dbd68828acf819c
parent0ce64334e658470489e68bbd7645c5f96890e8bb (diff)
downloadguix-60a59f917c0ae7a1c7932d3943828f6b020d7655.tar
guix-60a59f917c0ae7a1c7932d3943828f6b020d7655.tar.gz
gnu: libinput: Update to 1.12.6.
* gnu/packages/freedesktop.scm (libinput): Update to 1.12.6.
-rw-r--r--gnu/packages/freedesktop.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 7c497ccc75..f01ea8cbb4 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -148,14 +148,14 @@ freedesktop.org project.")
(define-public libinput
(package
(name "libinput")
- (version "1.12.3")
+ (version "1.12.6")
(source (origin
(method url-fetch)
(uri (string-append "https://freedesktop.org/software/libinput/"
name "-" version ".tar.xz"))
(sha256
(base32
- "0mg2zqbjcgj0aq7d9nwawvyhx43vakilahrc83hrfyif3a3gyrpj"))))
+ "0pgla0mc6mvyr1ljy10mcqvfz8i5z6yp7dbx2bcd70y67wx05d0j"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Ddocumentation=false")))