mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
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
This commit is contained in:
parent
a0b496b54a
commit
94492d91e9
1 changed files with 2 additions and 2 deletions
|
@ -7,14 +7,14 @@
|
|||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "cpplint";
|
||||
version = "2.0.1";
|
||||
version = "2.0.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cpplint";
|
||||
repo = "cpplint";
|
||||
tag = version;
|
||||
hash = "sha256-IM1XznnpdL1Piei9kKR1nCwfs7TVgLcTgMI4r+cQXLg=";
|
||||
hash = "sha256-4crTuqynQt8Nyjqea6DpREtLy7ydRF0hNVnc7tUnO1k=";
|
||||
};
|
||||
|
||||
# We use pytest-cov-stub instead
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue