gnu: libevdev: Update to 1.5.6.

* gnu/packages/xorg.scm (libevdev): Update to 1.5.6.
This commit is contained in:
Marius Bakke 2017-03-29 11:23:14 +02:00
parent bdde64b079
commit ece42cb381
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -2327,7 +2327,7 @@ XC-APPGROUP, XTEST.")
(define-public libevdev (define-public libevdev
(package (package
(name "libevdev") (name "libevdev")
(version "1.5.5") (version "1.5.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2335,7 +2335,7 @@ XC-APPGROUP, XTEST.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1cc00876lqvyadsfmj3sh1h2i0r3qfar98izdfar5f8q41w2009j")))) "1256ypz93039n6km4macg158fpmjgylhmcmk20pnklxicsfpxv7c"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("python" ,python))) (native-inputs `(("python" ,python)))
(home-page "https://www.freedesktop.org/wiki/Software/libevdev/") (home-page "https://www.freedesktop.org/wiki/Software/libevdev/")