python3Packages.jupyter-ydoc: 3.0.5 -> 3.1.0 (#421670)

This commit is contained in:
Gaétan Lepage
2025-07-02 10:03:01 +02:00
committed by GitHub
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "jupyter-ydoc";
version = "3.0.5";
version = "3.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jupyter-server";
repo = "jupyter_ydoc";
tag = "v${version}";
hash = "sha256-bOSlP16Wt/HpIXpkDurJByqYd0YV8gktUiVTHYkfbNc=";
hash = "sha256-AI/Ml1MgMFaclJxuHbZMXT8Cf531tzX0uaWPVg6SgMM=";
};
build-system = [