Loading pkgs/development/python-modules/anywidget/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "anywidget"; version = "0.9.10"; version = "0.9.11"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-OQpigkCYHAmBPHUjJ53cq4L/T9Moet1UM7eLE2kIkGg="; hash = "sha256-WN3tjobsJ84odgyUVzF2YxE9mvYIlH7mqNDstSiyLNw="; }; # We do not need the jupyterlab build dependency, because we do not need to Loading @@ -48,6 +48,11 @@ buildPythonPackage rec { watchfiles ]; disabledTests = [ # requires package.json "test_version" ]; pythonImportsCheck = [ "anywidget" ]; meta = with lib; { Loading Loading
pkgs/development/python-modules/anywidget/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "anywidget"; version = "0.9.10"; version = "0.9.11"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-OQpigkCYHAmBPHUjJ53cq4L/T9Moet1UM7eLE2kIkGg="; hash = "sha256-WN3tjobsJ84odgyUVzF2YxE9mvYIlH7mqNDstSiyLNw="; }; # We do not need the jupyterlab build dependency, because we do not need to Loading @@ -48,6 +48,11 @@ buildPythonPackage rec { watchfiles ]; disabledTests = [ # requires package.json "test_version" ]; pythonImportsCheck = [ "anywidget" ]; meta = with lib; { Loading