python3Packages.jupyter-server-ydoc: 2.0.2 -> 2.1.0

This commit is contained in:
Gaetan Lepage
2025-07-03 00:54:33 +02:00
parent b0c32af4cf
commit 137536d8a3
@@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "jupyter-server-ydoc";
version = "2.0.2";
version = "2.1.0";
pyproject = true;
src = fetchPypi {
pname = "jupyter_server_ydoc";
inherit version;
hash = "sha256-Iu5y57yeLZ/emIIJLRdqyMpxAfsHj2/vTLcqgSlRCSg=";
hash = "sha256-tSa+aEqmIev9lywYpUynxhPGfy0FHPUteiaqCS9zWkY=";
};
build-system = [ hatchling ];