python311Packages.jupyterlab: 4.1.6 -> 4.1.8

Changelog: https://github.com/jupyterlab/jupyterlab/blob/v4.1.8/CHANGELOG.md
This commit is contained in:
natsukium 2024-04-28 13:04:51 +09:00
parent 922e81e77d
commit a92f5a893f
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "jupyterlab";
version = "4.1.6";
version = "4.1.8";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-eTXza6JuthUYOk9cK7yleRtRCM4qALVQX4z9EA1TZI4=";
hash = "sha256-M4St7YaA585QT9Y7i7iaOd8hycdpTZ59xKaHQs2zD5s=";
};
nativeBuildInputs = [