python3Packages.pyupgrade: 2.16.0 -> 2.18.0 (#124387)

This commit is contained in:
Fabian Affolter 2021-05-25 17:26:16 +02:00 committed by GitHub
parent 7e35587740
commit 8f5c32af53
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.16.0";
version = "2.18.0";
disabled = isPy27;
src = fetchFromGitHub {
owner = "asottile";
repo = pname;
rev = "v${version}";
sha256 = "sha256-U1Ak0oGy0FxBMqRM2A3N7VuNDz2aUW4FFW+hKKhjfdk=";
sha256 = "sha256-nkMKy1NAFBG/PuPdj3LAqr0c4UqEM2R2kHKuORql2dw=";
};
checkInputs = [ pytestCheckHook ];