Commit c76468f5 authored by Robert Schütz's avatar Robert Schütz
Browse files
parent 73f6e60f
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -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
  ];