arcanechat-tui: 0.11.1 -> 0.12.0

Diff: https://github.com/ArcaneChat/arcanechat-tui/compare/v0.11.1...v0.12.0
This commit is contained in:
Robert Schütz
2026-02-05 20:56:50 -08:00
parent f8debdc0eb
commit bab091fc67
+4 -2
View File
@@ -8,14 +8,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "arcanechat-tui";
version = "0.11.1";
version = "0.12.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ArcaneChat";
repo = "arcanechat-tui";
tag = "v${version}";
hash = "sha256-ARk0WkpJ2VhIdOHQzYmmsuherABNgqwjwnPWk92y9yA=";
hash = "sha256-seoXvlDG2xxdM9mAKe4Yo4juDslgrniv1LOTdXbplp0=";
};
build-system = with python3.pythonOnBuildForHost.pkgs; [
@@ -23,6 +23,8 @@ python3.pkgs.buildPythonApplication rec {
setuptools-scm
];
pythonRelaxDeps = true;
dependencies = with python3.pkgs; [
appdirs
deltachat2