mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: libevdev: Update to 1.5.9.
* gnu/packages/xorg.scm (libevdev): Update to 1.5.9.
This commit is contained in:
parent
c148559f30
commit
573b073301
1 changed files with 2 additions and 2 deletions
|
@ -2387,7 +2387,7 @@ (define-public xextproto
|
|||
(define-public libevdev
|
||||
(package
|
||||
(name "libevdev")
|
||||
(version "1.5.6")
|
||||
(version "1.5.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2395,7 +2395,7 @@ (define-public libevdev
|
|||
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/")
|
||||
|
|
Loading…
Reference in a new issue