python312Packages.jupyterlab: 4.3.6 -> 4.4.1

Changelog: https://github.com/jupyterlab/jupyterlab/blob/v4.4.1/CHANGELOG.md
This commit is contained in:
natsukium
2025-04-28 01:56:35 +09:00
parent 4ac13950f2
commit 997ad9005b
@@ -24,14 +24,12 @@
buildPythonPackage rec {
pname = "jupyterlab";
version = "4.3.6";
version = "4.4.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-KQD/2/yp7TfErX/do+t2WC/ZRdRpYq86xkdBri1rL/Q=";
hash = "sha256-x1xPMwVvvYTwsx60RiKgDHpfmBuFrf6xmKg3IfBGWAg=";
};
build-system = [