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

Diff: https://github.com/bridgecrewio/detect-secrets/compare/refs/tags/1.5.27...1.5.28
This commit is contained in:
Fabian Affolter
2024-12-02 10:46:39 +01:00
parent b9ffe0d2ef
commit be6c902b8e
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "bc-detect-secrets";
version = "1.5.27";
version = "1.5.28";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "bridgecrewio";
repo = "detect-secrets";
rev = "refs/tags/${version}";
hash = "sha256-nfqJTiQpyX3qsmhGXgE91895P+eGBZApDL7EKT/36hQ=";
hash = "sha256-lj99lcvrbBTfOu87D6LhG7Kos8SIH06tHlTuM6t1kaE=";
};
build-system = [ setuptools ];