python3Packages.jupyterlab: 4.3.4 -> 4.3.6

https://github.com/jupyterlab/jupyterlab/blob/v4.3.6/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:31 +02:00
parent cec42d0c3d
commit f8ff0cb2f6
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "jupyterlab";
version = "4.3.4";
version = "4.3.6";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-8LubCaBHZuNCPMzC/CMWmqL/7c34cT6eD7M8rAtoWdA=";
hash = "sha256-KQD/2/yp7TfErX/do+t2WC/ZRdRpYq86xkdBri1rL/Q=";
};
build-system = [