Merge pull request #139901 from fabaff/bump-pyupgrade

This commit is contained in:
Sandro 2021-09-29 16:09:20 +02:00 committed by GitHub
commit 21c5123d01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pyupgrade";
version = "2.27.0";
version = "2.29.0";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "asottile";
repo = pname;
rev = "v${version}";
sha256 = "1j14m4mdvpq740bxz3mhs5k02jfp425xig4yb13drx37p4yyl9zn";
sha256 = "sha256-Hq58DJe8ZLZSJdhqSxfTaZPnWae2aQFCe7lH+6Y6ABg=";
};
checkInputs = [ pytestCheckHook ];