forked from mirrors/nixpkgs
python: Twisted: 18.7.0 -> 18.9.0
This commit is contained in:
parent
113ca85683
commit
0c7eec26c6
|
@ -15,12 +15,12 @@
|
|||
}:
|
||||
buildPythonPackage rec {
|
||||
pname = "Twisted";
|
||||
version = "18.7.0";
|
||||
version = "18.9.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
extension = "tar.bz2";
|
||||
sha256 = "95ae985716e8107816d8d0df249d558dbaabb677987cc2ace45272c166b267e4";
|
||||
sha256 = "294be2c6bf84ae776df2fc98e7af7d6537e1c5e60a46d33c3ce2a197677da395";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ zope_interface incremental automat constantly hyperlink pyhamcrest attrs ];
|
||||
|
|
Loading…
Reference in a new issue