Revert "python.pkgs.pycodestyle: 2.3.1 -> 2.4.0"

This reverts commit 436ed46e19e35a82d0d9676a776be35cbd390ff6.

breaks flake8
This commit is contained in:
Jörg Thalheim 2018-07-08 18:16:35 +01:00
parent 436ed46e19
commit 84d8eeae04

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "pycodestyle";
version = "2.4.0";
version = "2.3.1";
src = fetchPypi {
inherit pname version;
sha256 = "0fhy4vnlgpjq4qd1wdnl6pvdw7rah0ypmn8c9mkhz8clsndskz6b";
sha256 = "0rk78b66p57ala26mdldl9lafr48blv5s659sah9q50qnfjmc8k8";
};
meta = with lib; {