We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3463db + 6c9acac commit 08e8819Copy full SHA for 08e8819
pkgs/development/python-modules/pyupgrade/default.nix
@@ -9,7 +9,7 @@
9
10
buildPythonPackage rec {
11
pname = "pyupgrade";
12
- version = "3.19.1";
+ version = "3.20.0";
13
format = "setuptools";
14
15
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
18
owner = "asottile";
19
repo = "pyupgrade";
20
rev = "v${version}";
21
- hash = "sha256-bijW1uxoaVKLO0Psv3JeAG6rKeTwGa9ZW06VU1qFrrU=";
+ hash = "sha256-u4tbzxO7Q9+lGoAtg6cs0pyr/VCLmICOt6VVlvPmZV0=";
22
};
23
24
propagatedBuildInputs = [ tokenize-rt ];
0 commit comments