rembg: 2.0.72 -> 2.0.73

This commit is contained in:
R. Ryantm
2026-03-15 13:20:05 +00:00
parent ac62360b13
commit 6cd0ac1cb6
@@ -46,14 +46,14 @@ let
in
buildPythonPackage (finalAttrs: {
pname = "rembg";
version = "2.0.72";
version = "2.0.73";
pyproject = true;
src = fetchFromGitHub {
owner = "danielgatis";
repo = "rembg";
tag = "v${finalAttrs.version}";
hash = "sha256-KYpqRuC7EjgH0UqgIoMaeHF3oQSI87j6J3bcqU+43Wo=";
hash = "sha256-J7xE/GAcebw9URhVagbWLNfnFxkiMbfq1nP6Kkk9754=";
};
env.POETRY_DYNAMIC_VERSIONING_BYPASS = finalAttrs.version;