mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
* Twisted updated to 10.0.0.
svn path=/nixpkgs/trunk/; revision=21909
This commit is contained in:
parent
882ff5a41b
commit
0fa66dac1c
@ -685,11 +685,11 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
twisted = buildPythonPackage {
|
twisted = buildPythonPackage {
|
||||||
name = "twisted-8.2.0";
|
name = "twisted-10.0.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://tmrc.mit.edu/mirror/twisted/Twisted/8.2/Twisted-8.2.0.tar.bz2;
|
url = http://tmrc.mit.edu/mirror/twisted/Twisted/10.0/Twisted-10.0.0.tar.bz2;
|
||||||
sha256 = "1c6zplisjdnjzkfs0ld3a0f7m7xbjgx5rcwsdw5i1xiibsq2nq70";
|
sha256 = "1cbqpvwdwsc2av43fyqqdyyxs2j3drbagnl9m5vk7fl9k5q8q4fv";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ zopeInterface ];
|
propagatedBuildInputs = [ zopeInterface ];
|
||||||
|
Loading…
Reference in New Issue
Block a user