Merge pull request #318880 from fabaff/bc-detect-secrets-bump

python312Packages.bc-detect-secrets: 1.5.11 -> 1.5.12
This commit is contained in:
Nick Cao
2024-06-10 19:44:21 -04:00
committed by GitHub
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "bc-detect-secrets";
version = "1.5.11";
version = "1.5.12";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "bridgecrewio";
repo = "detect-secrets";
rev = "refs/tags/${version}";
hash = "sha256-JUpeG3qSiMjQBo3p4AvSP7XgoYy+RJTw797IKhbmCu4=";
hash = "sha256-njTVA1H0QM0PHIHe/Vc4IJtbgTyWdytqPv0RRnTY6cw=";
};
build-system = [ setuptools ];