python: jupyter_client: 5.2.4 -> 5.3.1

This commit is contained in:
Frederik Rietdijk 2019-07-20 10:57:50 +02:00
parent 68433031c3
commit 82b0f8645d
1 changed files with 2 additions and 2 deletions

View File

@ -16,11 +16,11 @@
buildPythonPackage rec {
pname = "jupyter_client";
version = "5.2.4";
version = "5.3.1";
src = fetchPypi {
inherit pname version;
sha256 = "b5f9cb06105c1d2d30719db5ffb3ea67da60919fb68deaefa583deccd8813551";
sha256 = "98e8af5edff5d24e4d31e73bc21043130ae9d955a91aa93fc0bc3b1d0f7b5880";
};
checkInputs = [ ipykernel ipython mock pytest ];