Merge pull request #117246 from robintown/matrix-synapse

matrix-synapse: 1.29.0 -> 1.30.0
This commit is contained in:
Maximilian Bosch 2021-03-23 11:01:27 +01:00 committed by GitHub
commit e94cf01b2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,11 +12,11 @@ let
in
buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.29.0";
version = "1.30.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-BySztUwVqyaL0AvmJMWEbjVqf981ABKMAU9f9C/0wkU=";
sha256 = "1ca69v479537bbj2hjliwk9zzy9fqqsf7fm188k6xxj0a37q9y41";
};
patches = [