python3Packages.jupyter-collaboration: 4.0.2 -> 4.1.0

This commit is contained in:
R. Ryantm 2025-07-14 04:38:22 +00:00
parent f68666ff27
commit 480338db33

View File

@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "jupyter-collaboration";
version = "4.0.2";
version = "4.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jupyterlab";
repo = "jupyter-collaboration";
tag = "v${version}";
hash = "sha256-BCvTtrlP45YC9G/m/e8Nvbls7AugIaQzO2Gect1EmGE=";
hash = "sha256-PnfUWtOXdXYG5qfzAW5kATSQr2sWKDBNiINA8/G4ZX4=";
};
sourceRoot = "${src.name}/projects/jupyter-collaboration";
@ -67,7 +67,7 @@ buildPythonPackage rec {
meta = {
description = "JupyterLab Extension enabling Real-Time Collaboration";
homepage = "https://github.com/jupyterlab/jupyter_collaboration";
changelog = "https://github.com/jupyterlab/jupyter_collaboration/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/jupyterlab/jupyter_collaboration/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.bsd3;
teams = [ lib.teams.jupyter ];
};