Unverified Commit c8f0c960 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.jupyter-collaboration: 4.2.1 -> 4.3.0 (#508629)

parents c1bc5054 5515bbd2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,14 +23,14 @@

buildPythonPackage (finalAttrs: {
  pname = "jupyter-collaboration";
  version = "4.2.1";
  version = "4.3.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jupyterlab";
    repo = "jupyter-collaboration";
    tag = "v${finalAttrs.version}";
    hash = "sha256-09fJT81nWGvUME3QU5hk2886y93ssl3IlVSIblxqJ78=";
    hash = "sha256-m9ABwJFZgoVZ5tqOh8q5qYA8F4V/aTL+9cjjTpldf8o=";
  };

  sourceRoot = "${finalAttrs.src.name}/projects/jupyter-collaboration";