python3Packages.jupyter-collaboration-ui: 2.2.0 -> 2.2.1 (#488739)

This commit is contained in:
Gaétan Lepage
2026-02-09 14:54:52 +00:00
committed by GitHub
@@ -7,15 +7,15 @@
jupyter-collaboration,
}:
buildPythonPackage rec {
buildPythonPackage (finalAttrs: {
pname = "jupyter-collaboration-ui";
version = "2.2.0";
version = "2.2.1";
pyproject = true;
src = fetchPypi {
pname = "jupyter_collaboration_ui";
inherit version;
hash = "sha256-ZQHBVZ/yMxWE+hg8OLIzTBiGdh5xy+CvjV9SXyXqM20=";
inherit (finalAttrs) version;
hash = "sha256-KpqOmQz10rp4+pkzRWhpHEaBXrcp4XM5JWzHplJioZY=";
};
postPatch = ''
@@ -41,4 +41,4 @@ buildPythonPackage rec {
license = lib.licenses.bsd3;
teams = [ lib.teams.jupyter ];
};
}
})