3
0
Fork 0
forked from mirrors/nixpkgs

python: Twisted: 19.7.0 -> 19.10.0

This commit is contained in:
Frederik Rietdijk 2019-12-19 20:31:24 +01:00
parent 8f969f99da
commit c25c1bd662

View file

@ -16,12 +16,12 @@
}:
buildPythonPackage rec {
pname = "Twisted";
version = "19.7.0";
version = "19.10.0";
src = fetchPypi {
inherit pname version;
extension = "tar.bz2";
sha256 = "d5db93026568f60cacdc0615fcd21d46f694a6bfad0ef3ff53cde2b4bb85a39d";
sha256 = "7394ba7f272ae722a74f3d969dcf599bc4ef093bc392038748a490f1724a515d";
};
propagatedBuildInputs = [ zope_interface incremental automat constantly hyperlink pyhamcrest attrs setuptools ];