Skip to content

Commit

Permalink
python312Packages.jupyter-collaboration: 3.0.0 -> 3.1.0 (NixOS#367760)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Dec 24, 2024
2 parents c474162 + 26d36d7 commit afbc937
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

buildPythonPackage rec {
pname = "jupyter-collaboration";
version = "3.0.0";
version = "3.1.0";
pyproject = true;

src = fetchPypi {
pname = "jupyter_collaboration";
inherit version;
hash = "sha256-eewAsh/EI8DV4FNWgjEhT61RUbaYE6suOAny4bf1CCw=";
hash = "sha256-BDmG5vzdikFh342XFqk92q/smidKqbUDWEx6gORh7p8=";
};

build-system = [ hatchling ];
Expand Down

0 comments on commit afbc937

Please sign in to comment.