python: pyflakes: 1.6.0 -> 2.0.0
This commit is contained in:
parent
f667b56d36
commit
1891611271
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyflakes";
|
pname = "pyflakes";
|
||||||
version = "1.6.0";
|
version = "2.0.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "8d616a382f243dbf19b54743f280b80198be0bca3a5396f1d2e1fca6223e8805";
|
sha256 = "9a7662ec724d0120012f6e29d6248ae3727d821bba522a0e6b356eff19126a49";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ unittest2 ];
|
buildInputs = [ unittest2 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user