python312Packages.bc-detect-secrets: 1.5.12 -> 1.5.15

Diff: https://github.com/bridgecrewio/detect-secrets/compare/refs/tags/1.5.12...1.5.15
This commit is contained in:
Fabian Affolter
2024-07-14 15:51:18 +02:00
parent e77f5a0477
commit e0e2b70981
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "bc-detect-secrets";
version = "1.5.12";
version = "1.5.15";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "bridgecrewio";
repo = "detect-secrets";
rev = "refs/tags/${version}";
hash = "sha256-njTVA1H0QM0PHIHe/Vc4IJtbgTyWdytqPv0RRnTY6cw=";
hash = "sha256-D4TJnaxaCCJWgDPbGvbxkW6yg/Ph1jaIT9QBjxFcxAw=";
};
build-system = [ setuptools ];