Skip to content

Commit 6c9acac

Browse files
committed
python3Packages.pyupgrade: 3.19.1 -> 3.20.0
1 parent 465ab8f commit 6c9acac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pyupgrade/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
buildPythonPackage rec {
1111
pname = "pyupgrade";
12-
version = "3.19.1";
12+
version = "3.20.0";
1313
format = "setuptools";
1414

1515
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
1818
owner = "asottile";
1919
repo = "pyupgrade";
2020
rev = "v${version}";
21-
hash = "sha256-bijW1uxoaVKLO0Psv3JeAG6rKeTwGa9ZW06VU1qFrrU=";
21+
hash = "sha256-u4tbzxO7Q9+lGoAtg6cs0pyr/VCLmICOt6VVlvPmZV0=";
2222
};
2323

2424
propagatedBuildInputs = [ tokenize-rt ];

0 commit comments

Comments
 (0)