cpplint: 2.0.1 -> 2.0.2

Diff: https://github.com/cpplint/cpplint/compare/refs/tags/2.0.1...refs/tags/2.0.2

Changelog: https://github.com/cpplint/cpplint/releases/tag/2.0.2

+2 -2
+2 -2
pkgs/by-name/cp/cpplint/package.nix
··· 7 8 python3Packages.buildPythonApplication rec { 9 pname = "cpplint"; 10 - version = "2.0.1"; 11 pyproject = true; 12 13 src = fetchFromGitHub { 14 owner = "cpplint"; 15 repo = "cpplint"; 16 tag = version; 17 - hash = "sha256-IM1XznnpdL1Piei9kKR1nCwfs7TVgLcTgMI4r+cQXLg="; 18 }; 19 20 # We use pytest-cov-stub instead
··· 7 8 python3Packages.buildPythonApplication rec { 9 pname = "cpplint"; 10 + version = "2.0.2"; 11 pyproject = true; 12 13 src = fetchFromGitHub { 14 owner = "cpplint"; 15 repo = "cpplint"; 16 tag = version; 17 + hash = "sha256-4crTuqynQt8Nyjqea6DpREtLy7ydRF0hNVnc7tUnO1k="; 18 }; 19 20 # We use pytest-cov-stub instead