3
0
Fork 0
forked from mirrors/nixpkgs

matrix-synapse: 1.4.1 -> 1.5.0

https://github.com/matrix-org/synapse/releases/tag/v1.5.0
(cherry picked from commit ec83cda2d5)
This commit is contained in:
Maximilian Bosch 2019-10-29 18:23:41 +01:00
parent 0fbf5237e6
commit c5aabb0d60
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.4.1"; version = "1.5.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "10vfjf5f4micqwpxnw2dliq4y0j0mqj0087p6kgnfi5w9syz8g75"; sha256 = "0skhzbwzq2985frnd86fn2hxhsmy0q1l5p9aich8l2gyg1dd3wb8";
}; };
patches = [ patches = [
@ -71,6 +71,7 @@ in buildPythonApplication rec {
treq treq
twisted twisted
unpaddedbase64 unpaddedbase64
typing-extensions
] ++ lib.optional enableSystemd systemd; ] ++ lib.optional enableSystemd systemd;
checkInputs = [ mock parameterized openssl ]; checkInputs = [ mock parameterized openssl ];