mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
matrix-commander: 3.5.0 > 6.0.1 (#223371)
This commit is contained in:
parent
d387c49127
commit
6592df6233
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue