Skip to content

Commit

Permalink
python: jupyterlab: 2.1.2 -> 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jun 6, 2020
1 parent 57b6cc6 commit b972ba1
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 @@ -8,12 +8,12 @@

buildPythonPackage rec {
pname = "jupyterlab";
version = "2.1.2";
version = "2.1.4";
disabled = pythonOlder "3.5";

src = fetchPypi {
inherit pname version;
sha256 = "380c29d674f6dcf8e380615334c7813bb4feb7bbb6222baf1d4c9f8318f4b104";
sha256 = "7b5bd4a05330a01c8522ee7f1cda5cb2e0d96412d9e1e879a19b3afb63d4ac69";
};

propagatedBuildInputs = [ jupyterlab_server notebook ];
Expand Down

0 comments on commit b972ba1

Please sign in to comment.