matrix-synapse: 1.39.0 -> 1.40.0

(cherry picked from commit 6f434ed48ce3ea9f5458bd58c81c68472a6103fb)
This commit is contained in:
Sumner Evans
2021-08-16 19:15:35 +00:00
committed by github-actions[bot]
parent 94c989365d
commit 1948243193
+2 -2
View File
@@ -12,11 +12,11 @@ let
in
buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.39.0";
version = "1.40.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-dErfNHDUo0yGLbrRQdwbNkMVfnMfbrO3f7bsRwgRQMM=";
sha256 = "sha256-5RCeKTAtuFERQSoz4WinGz36tMuKtijnupPR/X02hCU=";
};
patches = [