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 83dfdf2 commit 26d36d7Copy full SHA for 26d36d7
pkgs/development/python-modules/jupyter-collaboration/default.nix
@@ -17,13 +17,13 @@
17
18
buildPythonPackage rec {
19
pname = "jupyter-collaboration";
20
- version = "3.0.0";
+ version = "3.1.0";
21
pyproject = true;
22
23
src = fetchPypi {
24
pname = "jupyter_collaboration";
25
inherit version;
26
- hash = "sha256-eewAsh/EI8DV4FNWgjEhT61RUbaYE6suOAny4bf1CCw=";
+ hash = "sha256-BDmG5vzdikFh342XFqk92q/smidKqbUDWEx6gORh7p8=";
27
};
28
29
build-system = [ hatchling ];
0 commit comments