Skip to content

Commit 102864c

Browse files
chiropticalJon
authored andcommitted
pythonPackages.jupyterhub: 1.0.0 -> 1.1.0
1 parent 3735c9e commit 102864c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

pkgs/development/python-modules/jupyterhub/default.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
, nodePackages
1919
, oauthlib
2020
, certipy
21+
, jupyter-telemetry
2122
}:
2223

2324
let
@@ -53,12 +54,12 @@ in
5354

5455
buildPythonPackage 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.

0 commit comments

Comments
 (0)