matrix-commander: 3.5.0 > 6.0.1 (#223371)

This commit is contained in:
mcnesium 2023-03-28 22:13:50 +02:00 committed by GitHub
parent d387c49127
commit 6592df6233
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,6 @@
, python-magic
, markdown
, pillow
, urllib3
, aiofiles
, notify2
, dbus-python
@ -17,13 +16,13 @@
buildPythonApplication rec {
pname = "matrix-commander";
version = "3.5.0";
version = "6.0.1";
src = fetchFromGitHub {
owner = "8go";
repo = "matrix-commander";
rev = "v${version}";
sha256 = "sha256-/hNTaajZTyeIcGILIXqUVbBvZ8AUNZKBDsZ4Gr5RL2o=";
sha256 = "sha256-NSoMGUQjy4TQXdzZcQfO2rUQDsuSzQnoGDpqFiLQHVQ=";
};
format = "pyproject";
@ -45,7 +44,6 @@ buildPythonApplication rec {
python-magic
markdown
pillow
urllib3
aiofiles
notify2
dbus-python