Skip to content

Commit

Permalink
python: jupyterlab_launcher: 0.10.5 -> 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jun 22, 2018
1 parent 0a6985f commit a4404ad
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,11 +1,11 @@
{ lib, buildPythonPackage, fetchPypi, jsonschema, notebook }:
buildPythonPackage rec {
pname = "jupyterlab_launcher";
version = "0.10.5";
version = "0.11.0";

src = fetchPypi {
inherit pname version;
sha256 = "1v1ir182zm2dl14lqvqjhx2x40wnp0i32n6rldxnm1allfpld1n7";
sha256 = "2eea0cc95b312e136e6e5abc64e2e62baaeca493cd32f553c2205f79e01c0423";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit a4404ad

Please sign in to comment.