python311Packages.jupyterlab: 4.1.4 -> 4.1.5

Changelog: https://github.com/jupyterlab/jupyterlab/blob/v4.1.5/CHANGELOG.md
This commit is contained in:
natsukium 2024-03-21 22:05:26 +09:00
parent 6b0c0bbc9d
commit cc527f268e
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.4"; version = "4.1.5";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-4DyCwSStigiS5Ji53eecUIaLLCZ4Gayj9VzkfFfr6x0="; hash = "sha256-ya11KQyxC/r/NiS/P7uFIxm0zOTEVmE/jruqmNA1JNs=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [