File tree Expand file tree Collapse file tree
pkgs/development/python-modules/jupyterhub Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818, nodePackages
1919, oauthlib
2020, certipy
21+ , jupyter-telemetry
2122} :
2223
2324let
5354
5455buildPythonPackage rec {
5556 pname = "jupyterhub" ;
56- version = "1.0 .0" ;
57+ version = "1.1 .0" ;
5758 disabled = pythonOlder "3.5" ;
5859
5960 src = fetchPypi {
6061 inherit pname version ;
61- sha256 = "0zx6gw9yhgki05j21p6x1x2sf5a2mg2c2mx0ii8rl6q4b98ilm1k " ;
62+ sha256 = "1mqknz0rxqzx4nc57vscvfh2d4znzlzpy83ancqxdaq3b8i70al5 " ;
6263 } ;
6364
6465 # Most of this only applies when building from source (e.g. js/css assets are
@@ -110,6 +111,7 @@ buildPythonPackage rec {
110111 propagatedBuildInputs = [
111112 alembic ipython jinja2 pamela python-oauth2 requests sqlalchemy tornado
112113 traitlets prometheus_client async_generator notebook certipy oauthlib
114+ jupyter-telemetry
113115 ] ;
114116
115117 # Disable tests because they take an excessive amount of time to complete.
You can’t perform that action at this time.
0 commit comments