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

python3Packages.jupyter-collaboration-ui: 2.2.1 -> 2.3.0 (#507542)

parents 9fe6400f 6cc12666
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildPythonPackage (finalAttrs: {
  pname = "jupyter-collaboration-ui";
  version = "2.2.1";
  version = "2.3.0";
  pyproject = true;

  src = fetchPypi {
    pname = "jupyter_collaboration_ui";
    inherit (finalAttrs) version;
    hash = "sha256-KpqOmQz10rp4+pkzRWhpHEaBXrcp4XM5JWzHplJioZY=";
    hash = "sha256-g16BhhTrOWRfL1g6V7IkbY0ez/T/0tSBq0pvayxFuZc=";
  };

  postPatch = ''