mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
pythonPackages.pyzmq: 15.2.0 -> 16.0.2
This commit is contained in:
parent
db512addef
commit
88a3861c7b
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user