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-22 01:01:30 +09:00
parent 6b0c0bbc9d
commit cc527f268e
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "jupyterlab";
version = "4.1.4";
version = "4.1.5";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-4DyCwSStigiS5Ji53eecUIaLLCZ4Gayj9VzkfFfr6x0=";
hash = "sha256-ya11KQyxC/r/NiS/P7uFIxm0zOTEVmE/jruqmNA1JNs=";
};
nativeBuildInputs = [