matrix-synapse: 0.99.5.2 -> 1.0.0

This commit is contained in:
Franz Pletz
2019-06-12 00:47:33 +02:00
parent 804e5e18e9
commit 557c586f4e
+4 -4
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, python3 { lib, stdenv, python3, openssl
, enableSystemd ? stdenv.isLinux , enableSystemd ? stdenv.isLinux
}: }:
@@ -23,11 +23,11 @@ let
in buildPythonApplication rec { in buildPythonApplication rec {
pname = "matrix-synapse"; pname = "matrix-synapse";
version = "0.99.5.2"; version = "1.0.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0c1kf9zq7cg9scwnvph4vwk449gypbprmdjzrzrg0wp1rcc8h3gn"; sha256 = "1n8hv0zd818z4fx39yz6svb07zsbrh8fd6wfmgvhdxhp6p1vl0wq";
}; };
patches = [ patches = [
@@ -72,7 +72,7 @@ in buildPythonApplication rec {
unpaddedbase64 unpaddedbase64
] ++ lib.optional enableSystemd systemd; ] ++ lib.optional enableSystemd systemd;
checkInputs = [ mock parameterized ]; checkInputs = [ mock parameterized openssl ];
checkPhase = '' checkPhase = ''
PYTHONPATH=".:$PYTHONPATH" ${python3.interpreter} -m twisted.trial tests PYTHONPATH=".:$PYTHONPATH" ${python3.interpreter} -m twisted.trial tests