Skip to content

Commit cb01575

Browse files
authored
python3Packages.jupyter-server-ydoc: 2.1.2 -> 2.2.0 (#470868)
2 parents fd45bbf + d36622d commit cb01575

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/jupyter-server-ydoc

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/jupyter-server-ydoc/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515

1616
buildPythonPackage rec {
1717
pname = "jupyter-server-ydoc";
18-
version = "2.1.2";
18+
version = "2.2.0";
1919
pyproject = true;
2020

2121
src = fetchPypi {
2222
pname = "jupyter_server_ydoc";
2323
inherit version;
24-
hash = "sha256-rQOkjRB4HU8KB/M9VifIlPqkChpKPA2KjaJ8sUHIi4c=";
24+
hash = "sha256-vGw+N3XG9F/hDEgx8gauuA30NI6xHxt6bBwyCqDqw0A=";
2525
};
2626

2727
build-system = [ hatchling ];

0 commit comments

Comments
 (0)