Revert "deltachat-cursed: 0.7.2 -> 0.8.0"

This reverts commit 60602f1d4b.
This commit is contained in:
Robert Schütz 2023-11-03 09:00:58 -07:00 committed by GitHub
parent 4e530c29c8
commit d9f13926ad

View File

@ -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