1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

matrix-synapse: 0.17.1 -> 0.18.0

This commit is contained in:
Emery Hemingway 2016-09-26 12:18:00 +02:00
parent 771ed59b48
commit 5c8a31f84b

View file

@ -11,13 +11,13 @@ let
};
in pythonPackages.buildPythonApplication rec {
name = "matrix-synapse-${version}";
version = "0.17.2";
version = "0.18.0";
src = fetchFromGitHub {
owner = "matrix-org";
repo = "synapse";
rev = "v${version}";
sha256 = "0171pp7phizg5j78i1srkx2hj4fqi0qn66sn6x4gshv9grncjsgw";
sha256 = "1wvamw5crncz5ic6waq7v1bw54zg93af1lmw4y45w3r0vzyfxp68";
};
patches = [ ./matrix-synapse.patch ];
@ -27,7 +27,7 @@ in pythonPackages.buildPythonApplication rec {
pydenticon pymacaroons-pynacl pynacl pyopenssl pysaml2 pytz requests2
service-identity signedjson systemd twisted ujson unpaddedbase64 pyyaml
matrix-angular-sdk bleach netaddr jinja2 psycopg2 python.modules.curses
ldap3 psutil
ldap3 psutil msgpack
];
# Checks fail because of Tox.