Skip to content

Commit 23b99df

Browse files
authored
python3Packages.jupyter-ydoc: 3.0.5 -> 3.1.0 (#421670)
2 parents c0c32f7 + 59e7c27 commit 23b99df

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818

1919
buildPythonPackage rec {
2020
pname = "jupyter-ydoc";
21-
version = "3.0.5";
21+
version = "3.1.0";
2222
pyproject = true;
2323

2424
src = fetchFromGitHub {
2525
owner = "jupyter-server";
2626
repo = "jupyter_ydoc";
2727
tag = "v${version}";
28-
hash = "sha256-bOSlP16Wt/HpIXpkDurJByqYd0YV8gktUiVTHYkfbNc=";
28+
hash = "sha256-AI/Ml1MgMFaclJxuHbZMXT8Cf531tzX0uaWPVg6SgMM=";
2929
};
3030

3131
build-system = [

0 commit comments

Comments
 (0)