python27Packages.autopep8: 1.5.3 -> 1.5.4

This commit is contained in:
R. RyanTM 2020-08-02 20:18:07 +00:00
parent 3541e8b4fb
commit ebc728507c

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