python312Packages.bc-detect-secrets: 1.5.18 -> 1.5.27

Diff: https://github.com/bridgecrewio/detect-secrets/compare/refs/tags/1.5.18...1.5.27
This commit is contained in:
Fabian Affolter 2024-11-26 14:03:25 +01:00
parent 86d8180759
commit ec823512a9

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "bc-detect-secrets";
version = "1.5.18";
version = "1.5.27";
pyproject = true;
disabled = pythonOlder "3.8";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "bridgecrewio";
repo = "detect-secrets";
rev = "refs/tags/${version}";
hash = "sha256-5PGEpdCMS9AerX9GZDFen7nhwPY393g1zo9Th9lUOE0=";
hash = "sha256-nfqJTiQpyX3qsmhGXgE91895P+eGBZApDL7EKT/36hQ=";
};
build-system = [ setuptools ];