matrix-synapse: 0.99.3.2 -> 0.99.4

This commit is contained in:
Maximilian Güntner 2019-05-19 23:10:05 +02:00
parent 87f62e8f0f
commit f654606e87
No known key found for this signature in database
GPG Key ID: CBBA032919CEC61E

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 = [