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