mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 11:15:12 +00:00
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 New Issue
Block a user