Skip to content

Commit 6a3d427

Browse files
committed
backgroundremover: 0.2.8 -> 0.2.9
Signed-off-by: lucasew <[email protected]>
1 parent 3a819f1 commit 6a3d427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ba/backgroundremover/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ let
1111
p = python3.pkgs;
1212
self = p.buildPythonApplication rec {
1313
pname = "backgroundremover";
14-
version = "0.2.8";
14+
version = "0.2.9";
1515
pyproject = true;
1616

1717
src = fetchFromGitHub {
1818
owner = "nadermx";
1919
repo = "backgroundremover";
2020
rev = "v${version}";
21-
hash = "sha256-LjVT4j0OzfbVSQgU0z/gzRTLm7N0RQRrfxtTugWwOxs=";
21+
hash = "sha256-tQ8J3xamOzPPSbFMxIDYKv1TzK1AVwF/DWXdZlrlYvM=";
2222
};
2323

2424
models = runCommand "background-remover-models" { } ''

0 commit comments

Comments
 (0)