prowler: 5.39.0 -> 5.39.1 (#554964)

This commit is contained in:
Fabian Affolter
2026-08-21 07:46:40 +00:00
committed by GitHub

View File

@@ -7,7 +7,7 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "prowler";
version = "5.39.0";
version = "5.39.1";
pyproject = true;
__structuredAttrs = true;
@@ -16,9 +16,14 @@ python3Packages.buildPythonApplication (finalAttrs: {
owner = "prowler-cloud";
repo = "prowler";
tag = finalAttrs.version;
hash = "sha256-luLTaOHRjqc5FhHCwpCjUXJqqYeqWjQt21MrMKqJgyE=";
hash = "sha256-iWjdcw5IY7xkow0E1AYTi/OgkS14CdVM9AOW86VPMak=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "hatchling==1.32.0" "hatchling"
'';
pythonRelaxDeps = true;
pythonRemoveDeps = [ "kingfisher-bin" ];