Commit b2cee6f4 authored by Mauricio Collares's avatar Mauricio Collares
Browse files

python3Packages.ipywidgets: 8.0.4 -> 8.0.6

parent 0fac1123
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -13,12 +13,12 @@

buildPythonPackage rec {
  pname = "ipywidgets";
  version = "8.0.4";
  version = "8.0.6";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-wABad6R9d4icr+2JK1jjO0oqlnEhVEBMZUjsIicoEeo=";
    hash = "sha256-3n13nyBF1g3p9sJfZT/a4tuleJjmoShElLO6ILaJO7g=";
  };

  propagatedBuildInputs = [
@@ -33,11 +33,6 @@ buildPythonPackage rec {

  nativeCheckInputs = [ pytestCheckHook ];

  disabledTests = [
    # https://github.com/jupyter-widgets/ipywidgets/issues/3711
    "test_append_display_data"
  ];

  meta = {
    description = "IPython HTML widgets for Jupyter";
    homepage = "https://ipython.org/";