Unverified Commit 7617a60d authored by natsukium's avatar natsukium
Browse files

python311Packages.anywidget: 0.9.10 -> 0.9.11

parent 8a330169
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -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
@@ -48,6 +48,11 @@ buildPythonPackage rec {
    watchfiles
  ];

  disabledTests = [
    # requires package.json
    "test_version"
  ];

  pythonImportsCheck = [ "anywidget" ];

  meta = with lib; {