Skip to content

Commit

Permalink
python310Packages.autopep8: 1.7.1 -> 2.0.0
Browse files Browse the repository at this point in the history
(cherry picked from commit de1d155)
  • Loading branch information
r-ryantm authored and bjornfor committed Nov 23, 2022
1 parent 637e9b7 commit 55f95a5
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 @@ -9,11 +9,11 @@

buildPythonPackage rec {
pname = "autopep8";
version = "1.7.1";
version = "2.0.0";

src = fetchPypi {
inherit pname version;
sha256 = "sha256-8AWCIOTMDvYSGZb8jsHDLwc15Ea+I8Th9pLeC/IxdN0=";
sha256 = "sha256-ixZZx/AD5pMZn1LK/9wGWFuwcWkAu8anRC/ZMdZYwHc=";
};

propagatedBuildInputs = [ pycodestyle tomli ];
Expand Down

0 comments on commit 55f95a5

Please sign in to comment.