python3Packages.jupyter-collaboration-ui: 2.4.0 -> 2.4.1

This commit is contained in:
R. Ryantm
2026-06-05 21:49:56 +00:00
parent 457ad1dc57
commit f5b342c3f2
@@ -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 = ''