1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: libevdev: Update to 1.5.9.

* gnu/packages/xorg.scm (libevdev): Update to 1.5.9.
This commit is contained in:
Marius Bakke
2018-07-13 01:01:11 +02:00
parent c148559f30
commit 573b073301

View File

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