matrix-synapse: 1.52.0 -> 1.53.0

This commit is contained in:
ajs124 2022-02-22 21:03:39 +01:00
parent b86b8a8a28
commit f6956a44e1

View file

@ -11,19 +11,13 @@ in
with python3.pkgs;
buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.52.0";
version = "1.53.0";
src = fetchPypi {
inherit pname version;
sha256 = "091z3rwd10n59andfy1pfjrf6q3n3yrjqrws13lqc02w23aaxzin";
sha256 = "0pp9l3191rg9iildknm1s1phi896y7zh7b3a6m16f6bmchmn8jz3";
};
# frozendict version constraint is to avoid a debian issue we don't have
postPatch = ''
substituteInPlace synapse/python_dependencies.py \
--replace '"frozendict' '"frozendict", #'
'';
buildInputs = [ openssl ];
propagatedBuildInputs = [