python: jupyter_client: 5.3.1 -> 5.3.4

This commit is contained in:
Frederik Rietdijk 2019-10-16 11:43:08 +02:00
parent 982da9492a
commit 214f752f5d

View File

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "jupyter_client";
version = "5.3.1";
version = "5.3.4";
src = fetchPypi {
inherit pname version;
sha256 = "102qgc7isfxwq0zsj6m9apcyj2hk8c8c4fz7656lxlpmvxgazs4q";
sha256 = "60e6faec1031d63df57f1cc671ed673dced0ed420f4377ea33db37b1c188b910";
};
propagatedBuildInputs = [