Unverified Commit 37b628ca authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #256798 from r-ryantm/auto-update/python311Packages.anywidget

python311Packages.anywidget: 0.6.3 -> 0.6.5
parents 712b9800 76c2c4ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "anywidget";
  version = "0.6.3";
  version = "0.6.5";
  format = "pyproject";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-OUKxmYceEKURJeQTVI7oLT4SdZM90V7BoZf0UykkEV4=";
    hash = "sha256-prriSqvy2S9URnXfTEY88lssU71/cV38egSIqnLHE+Q=";
  };

  # We do not need the jupyterlab build dependency, because we do not need to