Skip to content

Commit

Permalink
python27Packages.autopep8: 1.5 -> 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and FRidh committed Apr 15, 2020
1 parent c6ca626 commit 7cfd736
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 @@ -2,11 +2,11 @@

buildPythonPackage rec {
pname = "autopep8";
version = "1.5";
version = "1.5.1";

src = fetchPypi {
inherit pname version;
sha256 = "0f592a0447acea0c2b0a9602be1e4e3d86db52badd2e3c84f0193bfd89fd3a43";
sha256 = "1swr8ccm3mafcm3zpbwyn22kjs39lbqmg8w41sh7yb3gskgy2syc";
};

propagatedBuildInputs = [ pycodestyle ];
Expand Down

0 comments on commit 7cfd736

Please sign in to comment.