python3Packages.jupyter-server-ydoc: 2.1.2 -> 2.2.0 (#470868)

This commit is contained in:
Gaétan Lepage
2025-12-14 23:28:22 +00:00
committed by GitHub
@@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "jupyter-server-ydoc";
version = "2.1.2";
version = "2.2.0";
pyproject = true;
src = fetchPypi {
pname = "jupyter_server_ydoc";
inherit version;
hash = "sha256-rQOkjRB4HU8KB/M9VifIlPqkChpKPA2KjaJ8sUHIi4c=";
hash = "sha256-vGw+N3XG9F/hDEgx8gauuA30NI6xHxt6bBwyCqDqw0A=";
};
build-system = [ hatchling ];