python312Packages.jupyter-collaboration-ui: 1.0.1 -> 1.1.0 (#365065)

This commit is contained in:
Gaétan Lepage 2024-12-14 15:34:26 +01:00 committed by GitHub
commit d3127708af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "jupyter-collaboration-ui";
version = "1.0.1";
version = "1.1.0";
pyproject = true;
src = fetchPypi {
pname = "jupyter_collaboration_ui";
inherit version;
hash = "sha256-mfQHypkQqdrK4tBwIbgQt+LpTpVLJrO7jxSiRD5J5c0=";
hash = "sha256-5TbKC6zhVVv6vaewUlL27ZP91R+ge/6wFBcKbGlVMHA=";
};
postPatch = ''