mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
deltachat-cursed: 0.7.2 -> 0.8.0
Diff: https://github.com/adbenitez/deltachat-cursed/compare/v0.7.2...v0.8.0
This commit is contained in:
parent
3617ec51bc
commit
60602f1d4b
@ -5,13 +5,13 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "deltachat-cursed";
|
||||
version = "0.7.2";
|
||||
version = "0.8.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "adbenitez";
|
||||
repo = "deltachat-cursed";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-Cv2QT8GsPAcA5TTZGfNvFNwnUITSR0PmQE0QCO1nFNk=";
|
||||
hash = "sha256-1QNhNPa6ZKn0lGQXs/cmfdSFHscwlYwFC/2DpnMoHvY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -25,6 +25,8 @@ python3.pkgs.buildPythonApplication rec {
|
||||
emoji
|
||||
notify-py
|
||||
urwid-readline
|
||||
setuptools
|
||||
appdirs
|
||||
];
|
||||
|
||||
doCheck = false; # no tests implemented
|
||||
|
Loading…
Reference in New Issue
Block a user