Skip to content

Commit

Permalink
python312Packages.jupyter-server-ydoc: 1.0.0 -> 1.0.1 (NixOS#361025)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Dec 2, 2024
2 parents ad8c928 + 7061537 commit b9ffe0d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

buildPythonPackage rec {
pname = "jupyter-server-ydoc";
version = "1.0.0";
version = "1.0.1";
pyproject = true;

src = fetchPypi {
pname = "jupyter_server_ydoc";
inherit version;
hash = "sha256-MBdSTB2gaIFbdIyPHr5+wI7aBH/Fl85ywSWxgAmjkek=";
hash = "sha256-bJk3+T/H8Y1D3NToLlyLceQBPjlTJA7y+9c7PDN6KPc=";
};

build-system = [ hatchling ];
Expand Down

0 comments on commit b9ffe0d

Please sign in to comment.