forked from mirrors/nixpkgs
python3Packages.aioprocessing: 1.1.0 -> 2.0.0
This commit is contained in:
parent
44a8527028
commit
ce96fdb511
|
@ -7,7 +7,7 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "aioprocessing";
|
||||
version = "2.0.0";
|
||||
disabled = pythonOlder "3.4";
|
||||
disabled = pythonOlder "3.5";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
|
Loading…
Reference in a new issue