Unverified Commit 66dbe204 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #311538 from r-ryantm/auto-update/python311Packages.jupyter-collaboration

python311Packages.jupyter-collaboration: 2.1.0 -> 2.1.1
parents 5e4a08fb 8161b0a3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

buildPythonPackage rec {
  pname = "jupyter-collaboration";
  version = "2.1.0";
  version = "2.1.1";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "jupyter_collaboration";
    inherit version;
    hash = "sha256-rqZT4ag7W/YtbD909MfknboDzHa2Z6OOHhN/cdww4gw=";
    hash = "sha256-T1DCXG2BEmwW3q+S0r14o5svy4ZpDc5pa0AGt0DXHB8=";
  };

  postPatch = ''