python: pyzmq: 17.1.0 -> 17.1.2

This commit is contained in:
Frederik Rietdijk 2018-08-13 09:32:10 +02:00
parent 56e306a1de
commit 09e6f5c583

View File

@ -9,11 +9,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyzmq"; pname = "pyzmq";
version = "17.1.0"; version = "17.1.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "2199f753a230e26aec5238b0518b036780708a4c887d4944519681a920b9dee4"; sha256 = "a72b82ac1910f2cf61a49139f4974f994984475f771b0faa730839607eeedddf";
}; };
checkInputs = [ pytest tornado ]; checkInputs = [ pytest tornado ];