pythonPackages.ipywidgets: 4.1.1 -> 5.2.2
This commit is contained in:
parent
f1074590da
commit
0abc704b6a
@ -12459,16 +12459,16 @@ in modules // {
|
|||||||
|
|
||||||
|
|
||||||
ipywidgets = buildPythonPackage rec {
|
ipywidgets = buildPythonPackage rec {
|
||||||
version = "4.1.1";
|
version = "5.2.2";
|
||||||
name = "ipywidgets-${version}";
|
name = "ipywidgets-${version}";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/i/ipywidgets/${name}.tar.gz";
|
url = "mirror://pypi/i/ipywidgets/${name}.tar.gz";
|
||||||
sha256 = "ceeb325e45ade9537c2d115fed9d522e5c6e90bb161592e2f0807375dc661028";
|
sha256 = "baf6098f054dd5eacc2934b8ea3bef908b81ca8660d839f1f940255a72c660d2";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with self; [ nose ];
|
buildInputs = with self; [ nose ];
|
||||||
propagatedBuildInputs = with self; [ipython ipykernel traitlets notebook];
|
propagatedBuildInputs = with self; [ipython ipykernel traitlets notebook widgetsnbextension ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "IPython HTML widgets for Jupyter";
|
description = "IPython HTML widgets for Jupyter";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user