diff options
author | Erik Johnston <erik@matrix.org> | 2014-11-27 17:29:29 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-11-27 17:29:29 +0000 |
commit | 7cb21a24d4230cc7ae5dd6c0fc6efa4d549fa707 (patch) | |
tree | 1071bc378d4f2d364a3547229f563c4290b6d1b8 /setup.py | |
parent | Merge branch 'release-v0.5.3' of github.com:matrix-org/synapse (diff) | |
download | synapse-7cb21a24d4230cc7ae5dd6c0fc6efa4d549fa707.tar.xz |
Bump pinned version of pynacl pulled from github
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py index 6b4320f0c9..9b38f790b9 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ setup( ], dependency_links=[ "https://github.com/matrix-org/syutil/tarball/v0.0.2#egg=syutil-0.0.2", - "https://github.com/pyca/pynacl/tarball/52dbe2dc33f1#egg=pynacl-0.3.0", + "https://github.com/pyca/pynacl/tarball/d4d3175589b892f6ea7c22f466e0e223853516fa#egg=pynacl-0.3.0", "https://github.com/matrix-org/matrix-angular-sdk/tarball/v0.5.1/#egg=matrix_angular_sdk-0.5.1", ], setup_requires=[ |