python3Packages.jupyter-server-ydoc: 2.3.0 -> 2.4.0 (#520042)

This commit is contained in:
Gaétan Lepage
2026-05-14 09:15:20 +00:00
committed by GitHub
@@ -19,13 +19,14 @@
buildPythonPackage (finalAttrs: {
pname = "jupyter-server-ydoc";
version = "2.3.0";
version = "2.4.0";
pyproject = true;
__structuredAttrs = true;
src = fetchPypi {
pname = "jupyter_server_ydoc";
inherit (finalAttrs) version;
hash = "sha256-NvMRSR6fKJ9GH83yavubcs3w6sPO7QwMvI7EOvyO/rw=";
hash = "sha256-dGMfR6Vdna333JGNeKCD/q7MbDavTS/N8mwO42v3A3I=";
};
build-system = [ hatchling ];