Commit 910d2c2e authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.jupyter-collaboration-ui: 2.0.1 -> 2.0.2

parent b26b153a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildPythonPackage rec {
  pname = "jupyter-collaboration-ui";
  version = "2.0.1";
  version = "2.0.2";
  pyproject = true;

  src = fetchPypi {
    pname = "jupyter_collaboration_ui";
    inherit version;
    hash = "sha256-9UONyyhvhpywCVNbGtZz9eL8EGUS4XBM1zEY1RWsomY=";
    hash = "sha256-YaNUu0+g5DgcqfLUte7pwsEvwyKCmxBjiOgQmVl/H/o=";
  };

  postPatch = ''