Skip to content

Commit

Permalink
python3Packages.pyupgrade: 3.0.0 -> 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Oct 19, 2022
1 parent fb52eef commit cd2ee5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyupgrade/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

buildPythonPackage rec {
pname = "pyupgrade";
version = "3.0.0";
version = "3.1.0";
format = "setuptools";

disabled = pythonOlder "3.6";
Expand All @@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "asottile";
repo = pname;
rev = "v${version}";
sha256 = "sha256-x85bu0dnhYwQU1l7mPH6lr9p6aO7AHG0wLvI/6MYe88=";
sha256 = "sha256-OzU3Qv6qdEw0hJdbQ7Q3T6zOGpUt2uZyfy1Fxm3GT0Q=";
};

checkInputs = [
Expand Down

0 comments on commit cd2ee5e

Please sign in to comment.