python312Packages.jupyter-ydoc: 2.1.2 -> 3.0.0

Changelog: https://github.com/jupyter-server/jupyter_ydoc/blob/v3.0.0/CHANGELOG.md
This commit is contained in:
natsukium 2024-11-01 02:31:13 +09:00
parent 9a7f31fffb
commit c8b4aa8a48
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -18,13 +18,13 @@
buildPythonPackage rec {
pname = "jupyter-ydoc";
version = "2.1.2";
version = "3.0.0";
pyproject = true;
src = fetchPypi {
pname = "jupyter_ydoc";
inherit version;
hash = "sha256-yYnIm0s9ljtYQJVzKJcimNTVSDTtjzz3Zo3WE9OfKsw=";
hash = "sha256-nPOU7nxpVSh+6tERJq2DYIOpyjze8uJyIdxN/gW7arE=";
};
build-system = [