pythonPackages.twisted: 15.5.0 -> 16.2.0
This commit is contained in:
committed by
Frederik Rietdijk
parent
14a42dba66
commit
5c436c7a76
@@ -23041,10 +23041,11 @@ in modules // {
|
|||||||
twisted = buildPythonPackage rec {
|
twisted = buildPythonPackage rec {
|
||||||
disabled = isPy3k;
|
disabled = isPy3k;
|
||||||
|
|
||||||
name = "Twisted-15.5.0";
|
name = "Twisted-${version}";
|
||||||
|
version = "16.2.0";
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/T/Twisted/${name}.tar.bz2";
|
url = "mirror://pypi/T/Twisted/${name}.tar.bz2";
|
||||||
sha256 = "0zy18lcrris4aaslil5k12i13k56c32hzfdv6h10kbnzl026h158";
|
sha256 = "0ydxrp9myw1mvsz3qfzx5579y5llmqa82pxvqchgp5syczffi450";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ zope_interface ];
|
propagatedBuildInputs = with self; [ zope_interface ];
|
||||||
|
|||||||
Reference in New Issue
Block a user