python311Packages.bc-detect-secrets: 1.4.28 -> 1.4.29

Diff: https://github.com/bridgecrewio/detect-secrets/compare/refs/tags/1.4.28...1.4.29
This commit is contained in:
Fabian Affolter 2023-05-28 20:36:40 +02:00
parent 507f9c4d85
commit 95f2ed0fc6

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "bc-detect-secrets";
version = "1.4.28";
version = "1.4.29";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "bridgecrewio";
repo = "detect-secrets";
rev = "refs/tags/${version}";
hash = "sha256-SH45I+81fqvViyiiSwYJq6v8PPcWENCh0Ey6taKI3Us=";
hash = "sha256-oMJMiXS4/OU5/LWV2i2CcDQZL5yuusXGwgZG2OMMlaQ=";
};
propagatedBuildInputs = [