Skip to content

Commit 94492d9

Browse files
committed
1 parent a0b496b commit 94492d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/cp/cpplint/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
python3Packages.buildPythonApplication rec {
99
pname = "cpplint";
10-
version = "2.0.1";
10+
version = "2.0.2";
1111
pyproject = true;
1212

1313
src = fetchFromGitHub {
1414
owner = "cpplint";
1515
repo = "cpplint";
1616
tag = version;
17-
hash = "sha256-IM1XznnpdL1Piei9kKR1nCwfs7TVgLcTgMI4r+cQXLg=";
17+
hash = "sha256-4crTuqynQt8Nyjqea6DpREtLy7ydRF0hNVnc7tUnO1k=";
1818
};
1919

2020
# We use pytest-cov-stub instead

0 commit comments

Comments
 (0)