matrix-synapse-tools.synadm: 0.45 -> 0.46

This commit is contained in:
R. Ryantm 2024-04-06 18:51:58 +00:00
parent f6eb921406
commit 8f604a4e4a
1 changed files with 2 additions and 2 deletions

View File

@ -6,12 +6,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "synadm";
version = "0.45";
version = "0.46";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-KstWVSU0IE1ncfIkIH1QsaQc/Yfs2lF+6+5x9zw9cA8=";
hash = "sha256-Wz5ZpaDJIb7k5ZpvIUd/YGrLJwjDwRaS8Tb3FTd2kZU=";
};
propagatedBuildInputs = with python3.pkgs; [