summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-06-11 18:06:11 +0200
committerMarius Bakke <mbakke@fastmail.com>2017-06-12 21:24:47 +0200
commitc476f029eaab950aea4cd309fec443b1d65432c0 (patch)
tree5cd44945d5ff4f34388f4fd39486ecf1b3188185 /gnu
parent015f17e8b9eff97f656852180ac51c75438d7f9d (diff)
downloadguix-c476f029eaab950aea4cd309fec443b1d65432c0.tar.gz
gnu: libinput: Update to 1.7.3.
* gnu/packages/freedesktop.scm (libinput, libinput-minimal): Update to 1.7.3.
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 ef07f2d64b..e4b773078f 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -129,14 +129,14 @@ freedesktop.org project.")
 (define-public libinput
   (package
     (name "libinput")
-    (version "1.7.0")
+    (version "1.7.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://freedesktop.org/software/libinput/"
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1a58q60j3456d3qfhkkv319aq2hn4bpimcyhib4yks817pv719hj"))))
+                "07fbzxddvhjcch43hdxb24sj7ri96zzpcjalvsicmw0i4wnn2v89"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("cairo" ,cairo)