rembg: 2.0.76 -> 2.0.77 (#543232)

This commit is contained in:
Felix Bargfeldt
2026-07-18 13:36:40 +00:00
committed by GitHub
@@ -46,14 +46,14 @@ let
in
buildPythonPackage (finalAttrs: {
pname = "rembg";
version = "2.0.76";
version = "2.0.77";
pyproject = true;
src = fetchFromGitHub {
owner = "danielgatis";
repo = "rembg";
tag = "v${finalAttrs.version}";
hash = "sha256-Iv98z6LdQCkfndBOZubyUtN8teTlZsi8fmQ/Vec18yI=";
hash = "sha256-N7G9jYERoFAj3GBuGypuWqeOMmspKr3lzVY/3mb58Mw=";
};
env.POETRY_DYNAMIC_VERSIONING_BYPASS = finalAttrs.version;