python312Packages.jupyter-collaboration: 2.1.3 -> 2.1.4

Changelog: https://github.com/jupyterlab/jupyter_collaboration/blob/v2.1.4/CHANGELOG.md
This commit is contained in:
Gaetan Lepage 2024-10-17 21:46:11 +02:00
parent 5ee46b6e75
commit 6f45e688f8

View File

@ -26,13 +26,13 @@
buildPythonPackage rec {
pname = "jupyter-collaboration";
version = "2.1.3";
version = "2.1.4";
pyproject = true;
src = fetchPypi {
pname = "jupyter_collaboration";
inherit version;
hash = "sha256-OjX7C7+eRerggQwKEcqF1CmUH5wGtF8ZavtuvTYTNTk=";
hash = "sha256-YT3wrTQ8imuTK8zeJbwscHtawtqspf1oItGzMMfg5io=";
};
postPatch = ''