diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-12-25 15:21:21 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-12-25 16:16:10 +0200 |
commit | f077aa2b29759eb1ecabc5b7e764b1d51ad05b5c (patch) | |
tree | 5db609535c11746e2d1f4993e6a61c1e4ea84d3c /gnu/packages/xorg.scm | |
parent | db10a5e78a56eb48a2f058739b009068722f7817 (diff) | |
download | patches-f077aa2b29759eb1ecabc5b7e764b1d51ad05b5c.tar patches-f077aa2b29759eb1ecabc5b7e764b1d51ad05b5c.tar.gz |
gnu: libevdev: Update to 1.5.5.
* gnu/packages/xorg.scm (libevdev): Update to 1.5.5.
[houme-page]: Use https.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 7911e33a14..544750a594 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -2399,7 +2399,7 @@ XC-APPGROUP, XTEST.") (define-public libevdev (package (name "libevdev") - (version "1.3") + (version "1.5.5") (source (origin (method url-fetch) @@ -2407,10 +2407,10 @@ XC-APPGROUP, XTEST.") name "-" version ".tar.xz")) (sha256 (base32 - "0iil4pnla0kjdx52ay7igq65sx32sjbzn1wx9q3v74m5g7712m16")))) + "1cc00876lqvyadsfmj3sh1h2i0r3qfar98izdfar5f8q41w2009j")))) (build-system gnu-build-system) (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") (description "libevdev is a wrapper library for evdev devices. it moves the common |