deltachat-cursed: 0.9.0 -> 0.10.0

Diff: https://github.com/adbenitez/deltachat-cursed/compare/v0.9.0...v0.10.0
This commit is contained in:
Robert Schütz
2024-12-11 09:31:18 -08:00
parent 73f6e60f13
commit c76468f58e
+3 -5
View File
@@ -7,7 +7,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "deltachat-cursed";
version = "0.9.0";
version = "0.10.0";
pyproject = true;
@@ -15,7 +15,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "adbenitez";
repo = "deltachat-cursed";
rev = "v${version}";
hash = "sha256-z4JKe5soR4FdIn8hugxtnxQr/9V8m8a7QRzE1liIexc=";
hash = "sha256-KCPIZf/8Acp9syFN1IHbf8hQrjk0yzniff+dVSSM/Ro=";
};
build-system = with python3.pythonOnBuildForHost.pkgs; [
@@ -26,9 +26,7 @@ python3.pkgs.buildPythonApplication rec {
dependencies = with python3.pkgs; [
appdirs
deltachat2
emoji
notify-py
setuptools # for pkg_resources
urwid
urwid-readline
];