Merge pull request #61721 from mguentner/matrix_synapse_0.99.4

matrix-synapse: 0.99.3.2 -> 0.99.4
This commit is contained in:
Léo Gaspard 2019-05-21 02:30:43 +02:00 committed by GitHub
commit afd8f69d94
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 = "0.99.3.2"; version = "0.99.4";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0jcmav15ms3859174zpqf11hb7xdql4fgqmxlxpxjllzipq4fwiz"; sha256 = "136041apawi05mzc0s4s2chrwgql6l9f1i2iinrgi9dabwlb1qpc";
}; };
patches = [ patches = [