Merge pull request #98985 from r-ryantm/auto-update/autoflake

autoflake: 1.3.1 -> 1.4
This commit is contained in:
Mario Rodas
2020-10-02 23:31:12 -05:00
committed by GitHub

View File

@@ -3,11 +3,11 @@
with python3Packages;
buildPythonApplication rec {
pname = "autoflake";
version = "1.3.1";
version = "1.4";
src = fetchPypi {
inherit pname version;
sha256 = "0nzr057dbmgprp4a52ymafdkdd5zp2wcqf42913xc7hhvvdbj338";
sha256 = "61a353012cff6ab94ca062823d1fb2f692c4acda51c76ff83a8d77915fba51ea";
};
propagatedBuildInputs = [ pyflakes ];