python3Packages.jupyter-collaboration-ui: 2.4.0 -> 2.4.1 (#528603)

This commit is contained in:
Gaétan Lepage 2026-06-05 22:29:48 +00:00 committed by GitHub
commit bd41c712b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,14 +9,14 @@
buildPythonPackage (finalAttrs: {
pname = "jupyter-collaboration-ui";
version = "2.4.0";
version = "2.4.1";
pyproject = true;
__structuredAttrs = true;
src = fetchPypi {
pname = "jupyter_collaboration_ui";
inherit (finalAttrs) version;
hash = "sha256-mhlC7ZD42YyDobb7wBCL9dGksUhGaLY0NkhogGyvXXw=";
hash = "sha256-DEoBl0qGRch6VDzubqIQ4480/G2Nz0G4pG/RMpr5fr4=";
};
postPatch = ''