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

python311Packages.jupyter-collaboration: 2.0.0 -> 2.0.1
This commit is contained in:
OTABI Tomoya
2023-12-27 22:53:42 +09:00
committed by GitHub
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "jupyter-collaboration";
version = "2.0.0";
version = "2.0.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "jupyter_collaboration";
inherit version;
hash = "sha256-7tIdCXcEXwdPgO5HxnjAlPGcgVZ2AtUKethYqxiplY8=";
hash = "sha256-Uc57kxhaj/DQi5cX+kjV4PGRcFbxWmzc+B248+1VAYI=";
};
postPatch = ''