python313Packages.bc-detect-secrets: 1.5.40 -> 1.5.41 (#399115)

This commit is contained in:
Fabian Affolter
2025-04-16 11:15:21 +02:00
committed by GitHub
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "bc-detect-secrets";
version = "1.5.40";
version = "1.5.41";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "bridgecrewio";
repo = "detect-secrets";
tag = version;
hash = "sha256-qvQqcRD4L+due3Rbxp1H+83obg85rNxYPwy/g8zvW38=";
hash = "sha256-YFBG/0jT7o2HFUDWzpr1N+aRcg9iVFyyYqDL0TuBOAw=";
};
build-system = [ setuptools ];