3
0
Fork 0
forked from mirrors/nixpkgs

python-twisted: fix version to match tarball

This commit is contained in:
Evgeny Egorochkin 2013-07-13 23:31:28 +03:00
parent 88a2e70184
commit 366dfa9883

View file

@ -5134,7 +5134,7 @@ pythonPackages = python.modules // rec {
});
twisted = buildPythonPackage rec {
name = "twisted-12.3.0";
name = "twisted-10.2.0";
src = fetchurl {
url = http://tmrc.mit.edu/mirror/twisted/Twisted/10.2/Twisted-10.2.0.tar.bz2;