matrix-synapse: 1.49.2 -> 1.50.1

This commit is contained in:
Sumner Evans 2022-01-18 07:42:33 -07:00
parent af080751af
commit ae7e8b427e
No known key found for this signature in database
GPG key ID: 8904527AB50022FD

View file

@ -11,11 +11,11 @@ in
with python3.pkgs;
buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.49.2";
version = "1.50.1";
src = fetchPypi {
inherit pname version;
sha256 = "7b795ecfc36e3f57eb7cffbc5ef9da1745b777536416c31509b3e6220c39ca4d";
sha256 = "sha256-fdO+HJ1+fk+s65jLkPDiG+Ei89x5Fbkh9BUUFQ3NJ3M=";
};
buildInputs = [ openssl ];
@ -31,6 +31,7 @@ buildPythonApplication rec {
jinja2
jsonschema
lxml
matrix-common
msgpack
netaddr
phonenumbers