python3Packages.ipykernel: 5.5.0 -> 5.5.5
This commit is contained in:
parent
22cfb69ea6
commit
c8f12b45d1
1 changed files with 2 additions and 2 deletions
|
@ -14,11 +14,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "ipykernel";
|
||||
version = "5.5.0";
|
||||
version = "5.5.5";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "98321abefdf0505fb3dc7601f60fc4087364d394bd8fad53107eb1adee9ff475";
|
||||
sha256 = "e976751336b51082a89fc2099fb7f96ef20f535837c398df6eab1283c2070884";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ ipython jupyter_client traitlets tornado ];
|
||||
|
|
Loading…
Reference in a new issue