We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6167500 commit d36622dCopy full SHA for d36622d
pkgs/development/python-modules/jupyter-server-ydoc/default.nix
@@ -15,13 +15,13 @@
15
16
buildPythonPackage rec {
17
pname = "jupyter-server-ydoc";
18
- version = "2.1.2";
+ version = "2.2.0";
19
pyproject = true;
20
21
src = fetchPypi {
22
pname = "jupyter_server_ydoc";
23
inherit version;
24
- hash = "sha256-rQOkjRB4HU8KB/M9VifIlPqkChpKPA2KjaJ8sUHIi4c=";
+ hash = "sha256-vGw+N3XG9F/hDEgx8gauuA30NI6xHxt6bBwyCqDqw0A=";
25
};
26
27
build-system = [ hatchling ];
0 commit comments