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 376a91e commit 59e7c27Copy full SHA for 59e7c27
pkgs/development/python-modules/jupyter-ydoc/default.nix
@@ -18,14 +18,14 @@
18
19
buildPythonPackage rec {
20
pname = "jupyter-ydoc";
21
- version = "3.0.5";
+ version = "3.1.0";
22
pyproject = true;
23
24
src = fetchFromGitHub {
25
owner = "jupyter-server";
26
repo = "jupyter_ydoc";
27
tag = "v${version}";
28
- hash = "sha256-bOSlP16Wt/HpIXpkDurJByqYd0YV8gktUiVTHYkfbNc=";
+ hash = "sha256-AI/Ml1MgMFaclJxuHbZMXT8Cf531tzX0uaWPVg6SgMM=";
29
};
30
31
build-system = [
0 commit comments