python3Packages.ipykernel: 5.1.0 -> 5.1.1

This commit is contained in:
Frederik Rietdijk 2019-07-20 10:56:54 +02:00
parent 6006bc4630
commit 6fd5726759

View File

@ -13,12 +13,12 @@
buildPythonPackage rec {
pname = "ipykernel";
version = "5.1.0";
version = "5.1.1";
disabled = pythonOlder "3.4";
src = fetchPypi {
inherit pname version;
sha256 = "0fc0bf97920d454102168ec2008620066878848fcfca06c22b669696212e292f";
sha256 = "f0e962052718068ad3b1d8bcc703794660858f58803c3798628817f492a8769c";
};
checkInputs = [ pytest nose ];