arcanechat-tui: 0.11.1 -> 0.12.0 (#487526)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user