matrix-commander: 6.0.1 -> 7.2.0

This commit is contained in:
mcnesium 2023-08-21 12:27:56 +02:00 committed by Anderson Torres
parent 09869b89f1
commit ac7ed741a5

View File

@ -12,17 +12,18 @@
, dbus-python , dbus-python
, pyxdg , pyxdg
, python-olm , python-olm
, emoji
}: }:
buildPythonApplication rec { buildPythonApplication rec {
pname = "matrix-commander"; pname = "matrix-commander";
version = "6.0.1"; version = "7.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "8go"; owner = "8go";
repo = "matrix-commander"; repo = "matrix-commander";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-NSoMGUQjy4TQXdzZcQfO2rUQDsuSzQnoGDpqFiLQHVQ="; hash = "sha256-qL6ARkAWu0FEuYK2e9Z9hMSfK4TW0kGgoIFUfJ8Dgwk=";
}; };
format = "pyproject"; format = "pyproject";
@ -49,6 +50,7 @@ buildPythonApplication rec {
dbus-python dbus-python
pyxdg pyxdg
python-olm python-olm
emoji
] ++ matrix-nio.optional-dependencies.e2e; ] ++ matrix-nio.optional-dependencies.e2e;
meta = with lib; { meta = with lib; {