gnu: libinput: Update to 1.3.0.

* gnu/packages/freedesktop.scm (libinput): Update to 1.3.0.
This commit is contained in:
Efraim Flashner 2016-05-12 16:04:52 +03:00
parent 90cd0e138d
commit 3f61f926b9
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -82,14 +82,14 @@ (define-public xdg-utils
(define-public libinput
(package
(name "libinput")
(version "1.2.0")
(version "1.3.0")
(source (origin
(method url-fetch)
(uri (string-append "https://freedesktop.org/software/libinput/"
name "-" version ".tar.xz"))
(sha256
(base32
"0b3f67xsy1s84cvzw22mjfkbcv6pj4p4yns4h3m0fmb7zqbvjm0p"))))
"1sn1s1bz06fa49izqkqf519sjclsvhf42i6slzx1w5hx4vxpb2lr"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))