python311Packages.jupyter-collaboration: 2.0.0 -> 2.0.1

This commit is contained in:
R. Ryantm
2023-12-26 20:50:13 +00:00
parent d2e4e09de4
commit 6d9032948e
@@ -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 = ''