mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
python33Packages.evdev: update from 0.4.6 to 0.4.7
This commit is contained in:
parent
dfe87f3c28
commit
59be6b06b4
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue