python33Packages.evdev: update from 0.4.6 to 0.4.7

This commit is contained in:
Cillian de Róiste 2015-03-10 21:10:31 +01:00 committed by Cillian de Róiste
parent dfe87f3c28
commit 59be6b06b4

View file

@ -2615,13 +2615,13 @@ let
evdev = buildPythonPackage rec {
version = "0.4.6";
version = "0.4.7";
name = "evdev-${version}";
disabled = isPy34; # see http://bugs.python.org/issue21121
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/e/evdev/${name}.tar.gz";
sha256 = "08bzyr3zc8ijnv25bysmmvzircblh42ja15f6ijdzmqqw8vfaij8";
sha256 = "1mz8cfncpxc1wbk2nj7apl0ssqc0vfndysxchq3wabd9vzx5p71k";
};
buildInputs = with self; [ pkgs.linuxHeaders ];