python3Packages.jupyter-server-ydoc: 3.0.0 -> 3.0.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:31 +02:00
parent ece3343867
commit bbeefb4722

View File

@@ -19,14 +19,14 @@
buildPythonPackage (finalAttrs: {
pname = "jupyter-server-ydoc";
version = "3.0.0";
version = "3.0.1";
pyproject = true;
__structuredAttrs = true;
src = fetchPypi {
pname = "jupyter_server_ydoc";
inherit (finalAttrs) version;
hash = "sha256-8lJJjnapC+6cC2uEmd11iFyWRuCpKMfmHwH0VsH4XAQ=";
hash = "sha256-VO9Oq9pqY45ogFAW98IZNQv+TdzTz1tvkwtPbQCWNUs=";
};
build-system = [ hatchling ];