Merge pull request #153055 from r-ryantm/auto-update/pyupgrade

pyupgrade: 2.30.0 -> 2.30.1
This commit is contained in:
Fabian Affolter 2022-01-01 10:18:38 +01:00 committed by GitHub
commit 5209d62931
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pyupgrade";
version = "2.30.0";
version = "2.30.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "asottile";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Fku95ar5i+QV21GhomO6/ivlJcnOhPyximyPsh2/dc0=";
sha256 = "sha256-EDF9U4sICTN0BzZHpBCQX3lHz0QUVQrlG0mSTLhpDWY=";
};
checkInputs = [