Merge pull request #94570 from r-ryantm/auto-update/python2.7-autopep8

python27Packages.autopep8: 1.5.3 -> 1.5.4
gstqt5
Lancelot SIX 2020-08-03 10:44:45 +01:00 committed by GitHub
commit 588940d405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "autopep8";
version = "1.5.3";
version = "1.5.4";
src = fetchPypi {
inherit pname version;
sha256 = "60fd8c4341bab59963dafd5d2a566e94f547e660b9b396f772afe67d8481dbf0";
sha256 = "d21d3901cb0da6ebd1e83fc9b0dfbde8b46afc2ede4fe32fbda0c7c6118ca094";
};
propagatedBuildInputs = [ pycodestyle toml ];