python: Twisted: 17.9.0 -> 18.4.0
This commit is contained in:
parent
92e2164fc9
commit
587c2bd264
1 changed files with 2 additions and 2 deletions
|
@ -14,11 +14,11 @@
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "Twisted";
|
pname = "Twisted";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
version = "17.9.0";
|
version = "18.4.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://pypi/T/Twisted/${name}.tar.bz2";
|
url = "mirror://pypi/T/Twisted/${name}.tar.bz2";
|
||||||
sha256 = "0da1a7e35d5fcae37bc9c7978970b5feb3bc82822155b8654ec63925c05af75c";
|
sha256 = "a4cc164a781859c74de47f17f0e85f4bce8a3321a9d0892c015c8f80c4158ad9";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ zope_interface incremental automat constantly hyperlink ];
|
propagatedBuildInputs = [ zope_interface incremental automat constantly hyperlink ];
|
||||||
|
|
Loading…
Reference in a new issue