diff --git a/pkgs/by-name/de/deltachat-cursed/package.nix b/pkgs/by-name/de/deltachat-cursed/package.nix index a8299361d928..fef1b5fd41fa 100644 --- a/pkgs/by-name/de/deltachat-cursed/package.nix +++ b/pkgs/by-name/de/deltachat-cursed/package.nix @@ -7,7 +7,7 @@ python3.pkgs.buildPythonApplication rec { pname = "deltachat-cursed"; - version = "0.9.0"; + version = "0.10.0"; pyproject = true; @@ -15,7 +15,7 @@ python3.pkgs.buildPythonApplication rec { owner = "adbenitez"; repo = "deltachat-cursed"; rev = "v${version}"; - hash = "sha256-z4JKe5soR4FdIn8hugxtnxQr/9V8m8a7QRzE1liIexc="; + hash = "sha256-KCPIZf/8Acp9syFN1IHbf8hQrjk0yzniff+dVSSM/Ro="; }; build-system = with python3.pythonOnBuildForHost.pkgs; [ @@ -26,9 +26,7 @@ python3.pkgs.buildPythonApplication rec { dependencies = with python3.pkgs; [ appdirs deltachat2 - emoji - notify-py - setuptools # for pkg_resources + urwid urwid-readline ];