python312Packages.jupyter-ydoc: 3.0.0 -> 3.0.1 (#360109)

This commit is contained in:
Gaétan Lepage 2024-11-29 13:16:43 +01:00 committed by GitHub
commit 56e97be9b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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