python312Packages.jupyterlab: 4.2.4 -> 4.2.5

Changelog: https://github.com/jupyterlab/jupyterlab/blob/v4.2.5/CHANGELOG.md
This commit is contained in:
natsukium 2024-09-01 10:58:14 +09:00
parent 601e1bf83e
commit 371ecc2e5f
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "jupyterlab";
version = "4.2.4";
version = "4.2.5";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-NDqXn7lYL9CMhRGCPjIHAygc0HKgBJvNr9x6/tp/JTc=";
hash = "sha256-rn86G4y4i09VAJznn6fAb5nXDNY2Ae5KqRgV0FT0b3U=";
};
build-system = [