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

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

python311Packages.anywidget: 0.9.11 -> 0.9.12
parents 57610d2f b2510e1f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "anywidget";
  version = "0.9.11";
  version = "0.9.12";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-WN3tjobsJ84odgyUVzF2YxE9mvYIlH7mqNDstSiyLNw=";
    hash = "sha256-JYVbJJbcZUE1a20mygyflSUgO7fPKBf4S5O/4/U8+B4=";
  };

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