python311Packages.jupyterlab: 4.1.5 -> 4.1.6

Changelog: https://github.com/jupyterlab/jupyterlab/blob/v4.1.6/CHANGELOG.md
This commit is contained in:
natsukium 2024-04-09 22:35:38 +09:00
parent a33508e69f
commit 099f557c42
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -20,14 +20,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "jupyterlab"; pname = "jupyterlab";
version = "4.1.5"; version = "4.1.6";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-ya11KQyxC/r/NiS/P7uFIxm0zOTEVmE/jruqmNA1JNs="; hash = "sha256-eTXza6JuthUYOk9cK7yleRtRCM4qALVQX4z9EA1TZI4=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [