rembg: 2.0.65 -> 2.0.66 (#407226)

This commit is contained in:
Felix Bargfeldt
2025-05-15 12:33:48 +02:00
committed by GitHub
@@ -33,14 +33,14 @@
buildPythonPackage rec {
pname = "rembg";
version = "2.0.65";
version = "2.0.66";
pyproject = true;
src = fetchFromGitHub {
owner = "danielgatis";
repo = "rembg";
tag = "v${version}";
hash = "sha256-o6M3DSW1GL3xvEx4lsE325J3XcmRrhhPszS5MkaynsE=";
hash = "sha256-MTwi9Cy9JWcI0CgUKfnPiA3MFBl/Ie0rYQOm0jqgyS4=";
};
build-system = [
@@ -90,7 +90,7 @@ buildPythonPackage rec {
meta = {
description = "Tool to remove background from images";
homepage = "https://github.com/danielgatis/rembg";
changelog = "https://github.com/danielgatis/rembg/releases/tag/v${version}";
changelog = "https://github.com/danielgatis/rembg/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ defelo ];
mainProgram = "rembg";