mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
python33Packages.evdev: update from 0.4.5 to 0.4.6
This commit is contained in:
parent
e374f2e6c2
commit
23bca3ea16
1 changed files with 2 additions and 2 deletions
|
@ -2160,13 +2160,13 @@ let
|
|||
|
||||
|
||||
evdev = buildPythonPackage rec {
|
||||
version = "0.4.5";
|
||||
version = "0.4.6";
|
||||
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 = "0w8ib3ab4mpfc1rvd335l8xkd41qbh3iyb0vfiiapgcfvqk74aq7";
|
||||
sha256 = "08bzyr3zc8ijnv25bysmmvzircblh42ja15f6ijdzmqqw8vfaij8";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ pkgs.linuxHeaders ];
|
||||
|
|
Loading…
Reference in a new issue