matrix-synapse: 1.36.0 -> 1.37.0

(cherry picked from commit 4de7808be39322923641baab9f99bc9d880f3c5b)
This commit is contained in:
Sumner Evans 2021-06-24 08:47:10 -06:00 committed by Jonathan Ringer
parent 8e109c5d8b
commit 4ae8822f0a
1 changed files with 2 additions and 2 deletions

View File

@ -12,11 +12,11 @@ let
in
buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.36.0";
version = "1.37.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-OMbSd64mD2+6GVUxGL4lvQlKAiBuen0PjvyVdk/ePbI=";
sha256 = "sha256-BWGbfDBB1jX0PJSR8WCZE3FE1pDs0fRg8/fML3FsJHA=";
};
patches = [