Skip to content

Commit

Permalink
python27Packages.autopep8: 1.5.3 -> 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and ian bierlich committed Sep 14, 2020
1 parent 9f87778 commit 8362843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/autopep8/default.nix
Original file line number Diff line number Diff line change
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 8362843

Please sign in to comment.