python312Packages.jupyter-collaboration: 2.1.1 -> 2.1.2

Changelog: https://github.com/jupyterlab/jupyter_collaboration/blob/v2.1.2/CHANGELOG.md
This commit is contained in:
natsukium
2024-07-25 20:37:31 +09:00
parent 62a20c2a9c
commit 0cbac60537
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "jupyter-collaboration";
version = "2.1.1";
version = "2.1.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "jupyter_collaboration";
inherit version;
hash = "sha256-T1DCXG2BEmwW3q+S0r14o5svy4ZpDc5pa0AGt0DXHB8=";
hash = "sha256-uLbNYzszaSLnU4VcaDr5KBcRN+Xm/B471s+W9qJibsk=";
};
postPatch = ''