rembg: 2.0.67 -> 2.0.69

This commit is contained in:
R. Ryantm
2025-12-07 04:01:00 +00:00
parent 6aca194abb
commit 33ea05f753
@@ -33,14 +33,14 @@
buildPythonPackage rec {
pname = "rembg";
version = "2.0.67";
version = "2.0.69";
pyproject = true;
src = fetchFromGitHub {
owner = "danielgatis";
repo = "rembg";
tag = "v${version}";
hash = "sha256-QHx1qa1tErneLC1H6df6mTbKTWPh3BzJUqeE65D2c4E=";
hash = "sha256-9Ncs1DHPG3ouU5yFyeH0M2ZCQ9yHqJhVjkDO8fNSqIg=";
};
build-system = [