deltachat-cursed: 0.4.1 -> 0.5.0

This commit is contained in:
Robert Schütz
2022-05-27 03:37:53 +00:00
parent 26b3864c6b
commit f962d50dd6
@@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "deltachat-cursed";
version = "0.4.1";
version = "0.5.0";
src = fetchFromGitHub {
owner = "adbenitez";
repo = "deltachat-cursed";
rev = "v${version}";
hash = "sha256-li6HsatiRJPVKKBBHyWhq2b8HhvDrOUiVT2tSupjuag=";
hash = "sha256-Iv+PfVmkR8xZPd8J0pPJqNXXlNxsl0hXaBL0UyYO+ck=";
};
nativeBuildInputs = [
@@ -22,6 +22,7 @@ python3.pkgs.buildPythonApplication rec {
propagatedBuildInputs = with python3.pkgs; [
deltachat
emoji
notify-py
urwid-readline
];