mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
Revert "deltachat-cursed: 0.7.2 -> 0.8.0"
This reverts commit 60602f1d4b
.
This commit is contained in:
parent
4e530c29c8
commit
d9f13926ad
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user