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

Diff: https://github.com/bridgecrewio/detect-secrets/compare/refs/tags/1.5.11...1.5.12
This commit is contained in:
Fabian Affolter
2024-06-10 20:44:11 +02:00
parent dcfcc14e97
commit fe467e9c91
@@ -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 ];