matrix-synapse: 1.31.0 -> 1.32.0

ChangeLog: https://github.com/matrix-org/synapse/releases/tag/v1.32.0
This commit is contained in:
Maximilian Bosch 2021-04-20 23:06:31 +02:00
parent f9b14ee4fb
commit 17144c992e
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -12,11 +12,11 @@ let
in in
buildPythonApplication rec { buildPythonApplication rec {
pname = "matrix-synapse"; pname = "matrix-synapse";
version = "1.31.0"; version = "1.32.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0yr1lij66s9sc6razzjr9r6xvl462ff31xg0a3m7ys2f9zzrms0v"; sha256 = "sha256-CuPO5+zZitDvMjAxAkmEyVFxdZeqzjFH/7wDLvcUgSM=";
}; };
patches = [ patches = [