matrix-synapse: 1.7.2 -> 1.7.3

https://github.com/matrix-org/synapse/releases/tag/v1.7.3
This commit is contained in:
Maximilian Bosch 2019-12-31 16:00:51 +01:00
parent a45447a3d5
commit a5689a2ff1
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -23,11 +23,11 @@ let
in buildPythonApplication rec { in buildPythonApplication rec {
pname = "matrix-synapse"; pname = "matrix-synapse";
version = "1.7.2"; version = "1.7.3";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1nhzjmxzv5bvihl58cdpjw3hdghbh2pz7sg437k841mjn1qqq5lx"; sha256 = "1vpwf6jqwb66mq31lk5f0wzfsqa2l65rd7b1zqjbhvmz0js8kz5f";
}; };
patches = [ patches = [