matrix-synapse: 1.41.1 -> 1.42.0

(cherry picked from commit 8c6e887e750ed2c184e6018a8c3504124a09b1b3)
This commit is contained in:
Sumner Evans 2021-09-01 08:15:53 -06:00 committed by github-actions[bot]
parent af7b550cd4
commit 6ec23d9f3e
1 changed files with 2 additions and 2 deletions

View File

@ -24,11 +24,11 @@ let
in
with py.pkgs; buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.41.1";
version = "1.42.0";
src = fetchPypi {
inherit pname version;
sha256 = "1vaym6mxnwg2xdqjcigi2sb0kkdi0ly5d5ghakfsysxcfn08d1z8";
sha256 = "sha256-wJFjjm9apRqjk5eN/kIEgecHgm/XLbtwXHEpM2pmvO8=";
};
patches = [