python311Packages.jupyterlab: 4.2.0 -> 4.2.1

Changelog: https://github.com/jupyterlab/jupyterlab/blob/v4.2.1/CHANGELOG.md
This commit is contained in:
natsukium 2024-05-26 18:30:03 +09:00
parent 8bef19fcba
commit d7cf5a7f73
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -21,22 +21,22 @@
buildPythonPackage rec {
pname = "jupyterlab";
version = "4.2.0";
version = "4.2.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-NW6SBaaiq2icR8j+SRnbpsB243bQPya6rcBXSMJDXdU=";
hash = "sha256-oQ+3EIWmkAggxi1DMkAFBGQC/8jw/eaWED43I4qDlQc=";
};
nativeBuildInputs = [
build-system = [
hatch-jupyter-builder
hatchling
];
propagatedBuildInputs = [
dependencies = [
async-lru
httpx
packaging