Commit d9f13926 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

Revert "deltachat-cursed: 0.7.2 -> 0.8.0"

This reverts commit 60602f1d.
parent 4e530c29
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

python3.pkgs.buildPythonApplication rec {
  pname = "deltachat-cursed";
  version = "0.8.0";
  version = "0.7.2";

  src = fetchFromGitHub {
    owner = "adbenitez";
    repo = "deltachat-cursed";
    rev = "v${version}";
    hash = "sha256-1QNhNPa6ZKn0lGQXs/cmfdSFHscwlYwFC/2DpnMoHvY=";
    hash = "sha256-Cv2QT8GsPAcA5TTZGfNvFNwnUITSR0PmQE0QCO1nFNk=";
  };

  nativeBuildInputs = [
@@ -25,8 +25,6 @@ python3.pkgs.buildPythonApplication rec {
    emoji
    notify-py
    urwid-readline
    setuptools
    appdirs
  ];

  doCheck = false; # no tests implemented