Skip to content

Commit

Permalink
[24.05] python311Packages.jupyterlab: 4.2.0 -> 4.2.5 (#342053)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianhjr committed Sep 16, 2024
2 parents 086b448 + 843ab11 commit f5173c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/python-modules/jupyterlab/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@

buildPythonPackage rec {
pname = "jupyterlab";
version = "4.2.0";
version = "4.2.5";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
inherit pname version;
hash = "sha256-NW6SBaaiq2icR8j+SRnbpsB243bQPya6rcBXSMJDXdU=";
hash = "sha256-rn86G4y4i09VAJznn6fAb5nXDNY2Ae5KqRgV0FT0b3U=";
};

nativeBuildInputs = [
build-system = [
hatch-jupyter-builder
hatchling
];

propagatedBuildInputs = [
dependencies = [
async-lru
httpx
packaging
Expand Down

0 comments on commit f5173c0

Please sign in to comment.