python3Packages.jupyter-collaboration: 4.3.0 -> 4.4.0 (#522936)

This commit is contained in:
Gaétan Lepage
2026-05-22 08:57:19 +00:00
committed by GitHub
@@ -23,14 +23,15 @@
buildPythonPackage (finalAttrs: {
pname = "jupyter-collaboration";
version = "4.3.0";
version = "4.4.0";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "jupyterlab";
repo = "jupyter-collaboration";
tag = "v${finalAttrs.version}";
hash = "sha256-m9ABwJFZgoVZ5tqOh8q5qYA8F4V/aTL+9cjjTpldf8o=";
hash = "sha256-6FF4KtQSIrB0LeJDNMWWpRIAxRkFMzz566WB6H5ePXs=";
};
sourceRoot = "${finalAttrs.src.name}/projects/jupyter-collaboration";