Skip to content

Commit

Permalink
python: jupyterlab: 0.31.12 -> 0.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jun 22, 2018
1 parent 67adf8c commit 0a6985f
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
@@ -1,12 +1,12 @@
{ lib, buildPythonPackage, isPy3k, fetchPypi, ipython_genutils, jupyterlab_launcher, notebook }:
buildPythonPackage rec {
pname = "jupyterlab";
version = "0.31.12";
version = "0.32.1";
disabled = !isPy3k;

src = fetchPypi {
inherit pname version;
sha256 = "1hp6p9bsr863glildgs2iy1a4l99m7rxj2sy9fmkxp5zhyhqvsrz";
sha256 = "88290656a2db2e38ef913a257ec283f3b5bd99144ed3d52899c9af7030077554";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 0a6985f

Please sign in to comment.