python312Packages.jupyter-ydoc: 3.0.0 -> 3.0.1

This commit is contained in:
R. Ryantm 2024-11-29 11:17:33 +00:00
parent 6832176666
commit 14f8fd6e81

View File

@ -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 = [