pythonPackages.pyzmq: 15.2.0 -> 16.0.2

This commit is contained in:
Frederik Rietdijk 2017-03-14 13:26:44 +01:00
parent db512addef
commit 88a3861c7b

View File

@ -28215,10 +28215,10 @@ EOF
};
pyzmq = buildPythonPackage rec {
name = "pyzmq-15.2.0";
name = "pyzmq-16.0.2";
src = pkgs.fetchurl {
url = "mirror://pypi/p/pyzmq/${name}.tar.gz";
sha256 = "2dafa322670a94e20283aba2a44b92134d425bd326419b68ad4db8d0831a26ec";
sha256 = "0322543fff5ab6f87d11a8a099c4c07dd8a1719040084b6ce9162bcdf5c45c9d";
};
buildInputs = with self; [ pkgs.zeromq3 pytest tornado ];
propagatedBuildInputs = [ self.py ];