gnu: libinput: Update to 0.14.1.

* gnu/packages/freedesktop.scm (libinput): Update to 0.14.1.
This commit is contained in:
宋文武 2015-04-23 07:37:44 +08:00
parent e3cadebaf0
commit 53fd3cf051

View file

@ -53,14 +53,14 @@ (define-public xdg-utils
(define-public libinput
(package
(name "libinput")
(version "0.13.0")
(version "0.14.1")
(source (origin
(method url-fetch)
(uri (string-append "http://freedesktop.org/software/libinput/"
name "-" version ".tar.xz"))
(sha256
(base32
"06n6ih2bfr957rprsgjxhi6f7m96wmf4kgac8y0ispsjvrzszv3c"))))
"0r0v5jqbnwgndq6ns3ss3kv1438ny302m7bg1najcl1dpqp21v9b"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))