python: pyflakes: 2.1.0 -> 2.1.1
This commit is contained in:
parent
dd8029e411
commit
3b20ac1afb
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyflakes";
|
||||
version = "2.1.0";
|
||||
version = "2.1.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "5e8c00e30c464c99e0b501dc160b13a14af7f27d4dffb529c556e30a159e231d";
|
||||
sha256 = "d976835886f8c5b31d47970ed689944a0262b5f3afa00a5a7b4dc81e5449f8a2";
|
||||
};
|
||||
|
||||
checkInputs = [ unittest2 ];
|
||||
|
|
Loading…
Reference in a new issue