Merge pull request #262836 from mweinelt/synadm-0.44

matrix-synapse.tools.synadm: 0.43.1 -> 0.44
This commit is contained in:
Nick Cao
2023-10-23 08:39:46 -04:00
committed by GitHub
+2 -2
View File
@@ -6,12 +6,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "synadm";
version = "0.43.1";
version = "0.44";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-z8OXrra7+fptd4zs1gxJVGLR+SA8hoexK2qY9zpSowU=";
hash = "sha256-BNmdyEITSZJb+wwyLU+zZi70kmfuYOqVDhKi8xFCf2E=";
};
propagatedBuildInputs = with python3.pkgs; [