From 94492d91e9da931cf833200c12f8d773bc4f38d0 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 8 Apr 2025 08:46:30 +0200 Subject: [PATCH] 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 --- pkgs/by-name/cp/cpplint/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/cp/cpplint/package.nix b/pkgs/by-name/cp/cpplint/package.nix index de9cff77feab..20fc80c99e5f 100644 --- a/pkgs/by-name/cp/cpplint/package.nix +++ b/pkgs/by-name/cp/cpplint/package.nix @@ -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