Unverified Commit 090b6c00 authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

rembg: 2.0.72 -> 2.0.73 (#500062)

parents 28e14644 6cd0ac1c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;