Martin Weinelt 2023-04-30 22:56:44 +02:00
parent 28773bcb36
commit 2ad790a0c1
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -4,12 +4,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "synadm";
version = "0.40";
version = "0.41.2";
format = "setuptools";
src = python3.pkgs.fetchPypi {
inherit pname version;
hash = "sha256-iDG2wsC0820unKlKNDKwgCNC+SAWJm8ltSB4knmLqeQ=";
hash = "sha256-wSpgc1umBMLCc2ThfYSuNNnzqWXyEQM0XhTuOAQaiXg=";
};
propagatedBuildInputs = with python3.pkgs; [
@ -35,6 +35,7 @@ python3.pkgs.buildPythonApplication rec {
conveniently issue commands available via its admin API's
(matrix-org/synapse@master/docs/admin_api)
'';
changelog = "https://github.com/JOJ0/synadm/releases/tag/v${version}";
homepage = "https://github.com/JOJ0/synadm";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ hexa ];