python310Packages.jupyter-ydoc: 1.0.2 -> 1.1.1

This commit is contained in:
R. Ryantm 2023-10-01 23:02:12 +00:00
parent 58aa673711
commit cdf3badfd9

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "jupyter-ydoc";
version = "1.0.2";
version = "1.1.1";
format = "pyproject";
src = fetchPypi {
pname = "jupyter_ydoc";
inherit version;
hash = "sha256-D5W+3j8eCB4H1cV8A8ZY46Ukfg7xiIkHT776IN0+ylM=";
hash = "sha256-APizOm59VcvhK5G4emqGtnPikz13w6EmG7qLJHU2Rd0=";
};
nativeBuildInputs = [