Skip to content

Commit

Permalink
Merge pull request #94570 from r-ryantm/auto-update/python2.7-autopep8
Browse files Browse the repository at this point in the history
python27Packages.autopep8: 1.5.3 -> 1.5.4
  • Loading branch information
lsix committed Aug 3, 2020
2 parents c4ba980 + ebc7285 commit 588940d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/autopep8/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit 588940d

Please sign in to comment.