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