python3Packages.jupyter-collaboration-ui: 2.1.0 -> 2.1.1 (#439643)

This commit is contained in:
Gaétan Lepage
2025-09-02 20:25:31 +02:00
committed by GitHub

View File

@@ -9,13 +9,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "jupyter-collaboration-ui"; pname = "jupyter-collaboration-ui";
version = "2.1.0"; version = "2.1.1";
pyproject = true; pyproject = true;
src = fetchPypi { src = fetchPypi {
pname = "jupyter_collaboration_ui"; pname = "jupyter_collaboration_ui";
inherit version; inherit version;
hash = "sha256-EaoXDM1kcpzXyRFEtP9NLo2QAn1U44FXAX61NemdfMk="; hash = "sha256-eqPssYhFQMOi3MdPwCoGrYIMK8BN6HafQG2Gq6Ftn60=";
}; };
postPatch = '' postPatch = ''