python.pkgs.ipykernel: 5.1.4 -> 5.2.1

A newer version is needed to fix the build after the recent
jupyter_client 6.x update in e19e5ac7f0.
This commit is contained in:
Timo Kaufmann 2020-05-08 00:30:39 +02:00 committed by Frederik Rietdijk
parent e23aef78cc
commit 863319fcb6

View file

@ -15,11 +15,11 @@
buildPythonPackage rec {
pname = "ipykernel";
version = "5.1.4";
version = "5.2.1";
src = fetchPypi {
inherit pname version;
sha256 = "7f1f01df22f1229c8879501057877ccaf92a3b01c1d00db708aad5003e5f9238";
sha256 = "1a3hr7wx3ywwskr99hgp120dw9ab1vmcaxdixlsbd9bg6ly3fdr9";
};
propagatedBuildInputs = [ ipython jupyter_client traitlets tornado ];