arcanechat-tui: 0.11.1 -> 0.12.0 (#487526)

This commit is contained in:
dotlambda
2026-02-07 01:53:24 +00:00
committed by GitHub
+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