python3Packages.jupyter-ydoc: 3.4.0 -> 3.4.1

This commit is contained in:
R. Ryantm
2026-04-15 17:11:24 +00:00
parent ee7c74b78c
commit f4a5cc4db0
@@ -19,14 +19,14 @@
buildPythonPackage (finalAttrs: {
pname = "jupyter-ydoc";
version = "3.4.0";
version = "3.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "jupyter-server";
repo = "jupyter_ydoc";
tag = "v${finalAttrs.version}";
hash = "sha256-k6qrkXnrz6gunqh6bx5/fLLfBBQOYJVOnJifP3aRmLI=";
hash = "sha256-HlYSPlYiHyVwJhsRY10SgotKa9ejlj0hlxbS+chtaBI=";
};
build-system = [