matrix-synapse: 1.29.0 -> 1.30.0

https://github.com/matrix-org/synapse/releases/tag/v1.30.0
This commit is contained in:
Robin Townsend 2021-03-22 12:22:40 -04:00
parent bef62e8c81
commit dd616b9705

View File

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