Skip to content

Commit

Permalink
python312Packages.jupyterlab: 4.2.4 -> 4.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium committed Sep 15, 2024
1 parent 7853547 commit 843ab11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/jupyterlab/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 843ab11

Please sign in to comment.