Skip to content

Commit afbc937

Browse files
authored
python312Packages.jupyter-collaboration: 3.0.0 -> 3.1.0 (#367760)
2 parents c474162 + 26d36d7 commit afbc937

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

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

1818
buildPythonPackage rec {
1919
pname = "jupyter-collaboration";
20-
version = "3.0.0";
20+
version = "3.1.0";
2121
pyproject = true;
2222

2323
src = fetchPypi {
2424
pname = "jupyter_collaboration";
2525
inherit version;
26-
hash = "sha256-eewAsh/EI8DV4FNWgjEhT61RUbaYE6suOAny4bf1CCw=";
26+
hash = "sha256-BDmG5vzdikFh342XFqk92q/smidKqbUDWEx6gORh7p8=";
2727
};
2828

2929
build-system = [ hatchling ];

0 commit comments

Comments
 (0)