Merge pull request #276978 from r-ryantm/auto-update/python311Packages.jupyter-ydoc

python311Packages.jupyter-ydoc: 2.0.0 -> 2.0.1
This commit is contained in:
OTABI Tomoya
2023-12-27 22:52:31 +09:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "jupyter-ydoc";
version = "2.0.0";
version = "2.0.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "jupyter_ydoc";
inherit version;
hash = "sha256-m7P00yfUdZfZQwNY3z1ZeViZUhyg61DHmcAjbvTcF30=";
hash = "sha256-cW3ajLiviB/sL7yIrqP7DTuyS764Cpmor/LgHQidWw0=";
};
nativeBuildInputs = [