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

autoflake: 1.3 -> 1.3.1
This commit is contained in:
Mario Rodas 2019-09-26 08:41:01 -05:00 committed by GitHub
commit 941d3fc372
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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