python312Packages.jupyter-server-ydoc: 1.0.0 -> 1.0.1 (#361025)

This commit is contained in:
Gaétan Lepage 2024-12-02 10:38:52 +01:00 committed by GitHub
commit b9ffe0d2ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "jupyter-server-ydoc";
version = "1.0.0";
version = "1.0.1";
pyproject = true;
src = fetchPypi {
pname = "jupyter_server_ydoc";
inherit version;
hash = "sha256-MBdSTB2gaIFbdIyPHr5+wI7aBH/Fl85ywSWxgAmjkek=";
hash = "sha256-bJk3+T/H8Y1D3NToLlyLceQBPjlTJA7y+9c7PDN6KPc=";
};
build-system = [ hatchling ];