python310Packages.bc-detect-secrets: 1.4.21 -> 1.4.23

Diff: https://github.com/bridgecrewio/detect-secrets/compare/refs/tags/1.4.21...1.4.23
This commit is contained in:
Fabian Affolter 2023-04-27 22:39:08 +02:00
parent 2600c94f7f
commit f3013e9b2b

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "bc-detect-secrets";
version = "1.4.21";
version = "1.4.23";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "bridgecrewio";
repo = "detect-secrets";
rev = "refs/tags/${version}";
hash = "sha256-yidDRKG0Lko+aqoCX7sBKsoOUOTEk3GX/gEx8oTCNSc=";
hash = "sha256-lMsGcCD7Qz8OMge6URtrARiR6YPRZRN87dbIlpFdvhY=";
};
propagatedBuildInputs = [