summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-10-16 16:30:45 +0200
committerMarius Bakke <mbakke@fastmail.com>2018-10-16 16:49:08 +0200
commit29e53b446ccb8959db8a96161c04d98e873e2371 (patch)
treef708edb4fb22e92849a9b8fa522797cc72418199 /gnu
parent08f535eb2d438e52c1e84cefc1c270b9ad50620d (diff)
downloadguix-29e53b446ccb8959db8a96161c04d98e873e2371.tar.gz
gnu: libinput: Update to 1.12.1.
* gnu/packages/freedesktop.scm (libinput): Update to 1.12.1.
Diffstat (limited to 'gnu')
-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 cf8047e5fe..8853ce1ceb 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.0")
+    (version "1.12.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://freedesktop.org/software/libinput/"
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1901wxh9k8kz3krfmvacf8xa8r4idfyisw8d80a2ql0bxiw2pb0m"))))
+                "14l6bvgq76ls63qc9c448r435q9xiig0rv8ilx6rnjvlgg64h32p"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=false")))