Merge pull request #89121 from Ma27/bump-matrix-synapse

matrix-synapse: 1.13.0 -> 1.14.0
This commit is contained in:
Maximilian Bosch 2020-05-31 11:52:43 +02:00 committed by GitHub
commit f70b6971bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,11 +23,11 @@ let
in buildPythonApplication rec { in buildPythonApplication rec {
pname = "matrix-synapse"; pname = "matrix-synapse";
version = "1.13.0"; version = "1.14.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "10s34h1qh9k88bxv0l0whvy7kirmx9kwgdxrz7sv3rv42cyr1989"; sha256 = "09drdqcjvpk9s3hq5rx9yxsxq0wak5fg5gfaiqfnbnxav2c2v7kq";
}; };
patches = [ patches = [
@ -72,6 +72,7 @@ in buildPythonApplication rec {
twisted twisted
unpaddedbase64 unpaddedbase64
typing-extensions typing-extensions
authlib
] ++ lib.optional enableSystemd systemd; ] ++ lib.optional enableSystemd systemd;
checkInputs = [ mock parameterized openssl ]; checkInputs = [ mock parameterized openssl ];