rembg: 2.0.66 -> 2.0.67

This commit is contained in:
R. Ryantm
2025-07-05 19:03:06 +00:00
parent 9d5a7b5abb
commit 117c08cae2
@@ -33,14 +33,14 @@
buildPythonPackage rec {
pname = "rembg";
version = "2.0.66";
version = "2.0.67";
pyproject = true;
src = fetchFromGitHub {
owner = "danielgatis";
repo = "rembg";
tag = "v${version}";
hash = "sha256-MTwi9Cy9JWcI0CgUKfnPiA3MFBl/Ie0rYQOm0jqgyS4=";
hash = "sha256-QHx1qa1tErneLC1H6df6mTbKTWPh3BzJUqeE65D2c4E=";
};
build-system = [