Skip to content

Commit

Permalink
python37Packages.jupyterlab: 1.2.5 -> 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and FRidh committed Feb 9, 2020
1 parent af6336a commit fec3dd2
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 = "1.2.5";
version = "1.2.6";
disabled = pythonOlder "3.5";

src = fetchPypi {
inherit pname version;
sha256 = "086zl3pdsq2jwcxv7ppp3lpwh25mgnn0y0s6scmkrz158yj55kp3";
sha256 = "0mc3nrj7fc5q2ajr09m261j386jsp8qjljg8anghlh8czc9ln4s2";
};

propagatedBuildInputs = [ jupyterlab_server notebook ];
Expand Down

0 comments on commit fec3dd2

Please sign in to comment.