autoflake: 1.3.1 -> 1.4

This commit is contained in:
R. RyanTM 2020-09-28 03:54:31 +00:00
parent 020ff6989a
commit d3bf95dfff

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 ];