python3Packages.jupyter-collaboration: 4.1.2 -> 4.2.0 (#473120)

This commit is contained in:
Gaétan Lepage
2025-12-23 10:14:41 +00:00
committed by GitHub
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "jupyter-collaboration";
version = "4.1.2";
version = "4.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jupyterlab";
repo = "jupyter-collaboration";
tag = "v${version}";
hash = "sha256-/NFx76jqByPhzFKYFIcVctJv9+WQeuoUQaqNt+tUs8o=";
hash = "sha256-KXD5RRRh8cwZWZUpJrkS7RAfaeTjAHajKLl8c5MuhrA=";
};
sourceRoot = "${src.name}/projects/jupyter-collaboration";