python: jupyterlab: 0.34.6 -> 0.34.12

This commit is contained in:
Frederik Rietdijk 2018-10-06 12:56:18 +02:00
parent 6e5561b2fa
commit c4e56035eb

View file

@ -1,12 +1,12 @@
{ lib, buildPythonPackage, isPy3k, fetchPypi, ipython_genutils, jupyterlab_launcher, notebook }:
buildPythonPackage rec {
pname = "jupyterlab";
version = "0.34.6";
version = "0.34.12";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "d6e5a3855a0d55e6aa4ab704379da5da3db2e652442e79acfa2e9d14ef50ccb3";
sha256 = "7d8378d19a0ae173e91a493db996c37828b410b7ee556da21a153486168ecf87";
};
propagatedBuildInputs = [