python313Packages.bc-detect-secrets: 1.5.38 -> 1.5.39 (#395090)

This commit is contained in:
Fabian Affolter
2025-04-01 14:48:22 +02:00
committed by GitHub

View File

@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "bc-detect-secrets";
version = "1.5.38";
version = "1.5.39";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "bridgecrewio";
repo = "detect-secrets";
tag = version;
hash = "sha256-KD+ceZaUqjx8f4intjQaz3lY0a9hms6UpjwWsDu/GGM=";
hash = "sha256-KxvqxN4X7gbohWS7oBQkqEF9lFGdbnKAkcWnrUAV9DM=";
};
build-system = [ setuptools ];