python312Packages.jupyter-server-ydoc: 1.0.1 -> 1.1.0 (#365108)

This commit is contained in:
Gaétan Lepage
2024-12-14 15:36:05 +01:00
committed by GitHub
@@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "jupyter-server-ydoc";
version = "1.0.1";
version = "1.1.0";
pyproject = true;
src = fetchPypi {
pname = "jupyter_server_ydoc";
inherit version;
hash = "sha256-bJk3+T/H8Y1D3NToLlyLceQBPjlTJA7y+9c7PDN6KPc=";
hash = "sha256-Jw7FFBilQegSSTVXgWM7ccEw4r9KCQXIjqI7bOUIDW8=";
};
build-system = [ hatchling ];