python: pyzmq: 19.0.1 -> 19.0.2

This commit is contained in:
Frederik Rietdijk 2020-08-16 19:31:14 +02:00
parent fc1d9787af
commit 98b6fc64c3

View File

@ -9,11 +9,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyzmq"; pname = "pyzmq";
version = "19.0.1"; version = "19.0.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "13a5638ab24d628a6ade8f794195e1a1acd573496c3b85af2f1183603b7bf5e0"; sha256 = "296540a065c8c21b26d63e3cea2d1d57902373b16e4256afe46422691903a438";
}; };
checkInputs = [ pytest tornado ]; checkInputs = [ pytest tornado ];