Commit 1ad0570a authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.anywidget: 0.6.5 -> 0.7.0

parent 1d6eb597
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.5";
  version = "0.7.0";
  format = "pyproject";

  disabled = pythonOlder "3.7";

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

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