forked from mirrors/nixpkgs
python-twisted: fix version to match tarball
This commit is contained in:
parent
88a2e70184
commit
366dfa9883
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue