gnu: libevdev: Update to 1.5.5.
* gnu/packages/xorg.scm (libevdev): Update to 1.5.5. [houme-page]: Use https.
This commit is contained in:
parent
db10a5e78a
commit
f077aa2b29
|
@ -2399,7 +2399,7 @@ XC-APPGROUP, XTEST.")
|
||||||
(define-public libevdev
|
(define-public libevdev
|
||||||
(package
|
(package
|
||||||
(name "libevdev")
|
(name "libevdev")
|
||||||
(version "1.3")
|
(version "1.5.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2407,10 +2407,10 @@ XC-APPGROUP, XTEST.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0iil4pnla0kjdx52ay7igq65sx32sjbzn1wx9q3v74m5g7712m16"))))
|
"1cc00876lqvyadsfmj3sh1h2i0r3qfar98izdfar5f8q41w2009j"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("python" ,python)))
|
(native-inputs `(("python" ,python)))
|
||||||
(home-page "http://www.freedesktop.org/wiki/Software/libevdev/")
|
(home-page "https://www.freedesktop.org/wiki/Software/libevdev/")
|
||||||
(synopsis "Wrapper library for evdev devices")
|
(synopsis "Wrapper library for evdev devices")
|
||||||
(description
|
(description
|
||||||
"libevdev is a wrapper library for evdev devices. it moves the common
|
"libevdev is a wrapper library for evdev devices. it moves the common
|
||||||
|
|
Loading…
Reference in New Issue