autoflake: 1.3 -> 1.3.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/autoflake/versions
This commit is contained in:
R. RyanTM 2019-09-25 22:11:55 -07:00
parent 96ac71d680
commit e7c4781662

View File

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