Skip to content

Commit

Permalink
python312Packages.jupyter-ydoc: 3.0.0 -> 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 29, 2024
1 parent 6832176 commit 14f8fd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/jupyter-ydoc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@

buildPythonPackage rec {
pname = "jupyter-ydoc";
version = "3.0.0";
version = "3.0.1";
pyproject = true;

src = fetchPypi {
pname = "jupyter_ydoc";
inherit version;
hash = "sha256-nPOU7nxpVSh+6tERJq2DYIOpyjze8uJyIdxN/gW7arE=";
hash = "sha256-ztrp8+4KdyiDF/IbuBhI7WFnTRukaLDDlsFgomSiEGs=";
};

build-system = [
Expand Down

0 comments on commit 14f8fd6

Please sign in to comment.