Skip to content

Commit

Permalink
python311Packages.jupyterlab-git: 0.42.0 -> 0.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium committed Oct 22, 2023
1 parent 4b3869f commit afaaf55
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions pkgs/development/python-modules/jupyterlab-git/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
, fetchPypi
, git
, jupyter-server
, jupyter-packaging
, hatch-nodejs-version
, hatchling
, jupyterlab
, nbdime
, nbformat
Expand All @@ -13,22 +14,26 @@
, pytest-tornasync
, pytestCheckHook
, pythonOlder
, traitlets
}:

buildPythonPackage rec {
pname = "jupyterlab-git";
version = "0.42.0";
version = "0.43.0";
pyproject = true;

disabled = pythonOlder "3.6";
disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "jupyterlab_git";
inherit version;
hash = "sha256-GFnox6KnwKWFqsUWY0QYzMShXlH9KFSY3rRJA4RAiCk=";
hash = "sha256-6qV6H0fwtxIE182fMVU8w3YAW/P8hV6MwyHCgeywNlw=";
};

nativeBuildInputs = [
jupyter-packaging
hatch-nodejs-version
hatchling
jupyterlab
];

propagatedBuildInputs = [
Expand All @@ -37,6 +42,7 @@ buildPythonPackage rec {
git
nbformat
pexpect
traitlets
];

nativeCheckInputs = [
Expand Down

0 comments on commit afaaf55

Please sign in to comment.