matrix-synapse: 1.42.0 -> 1.43.0

(cherry picked from commit a8fbb745723062d99b64f34292f86e0ef4361921)
This commit is contained in:
Sumner Evans 2021-09-20 07:28:18 -06:00 committed by github-actions[bot]
parent 543cf1d543
commit 8d6407e5a4

View File

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