diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-07 17:12:07 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:18:40 +0000 |
commit | d8b59e86e0d32ae43be49507a20d19689f1ef26e (patch) | |
tree | 0c7ada6950a1f7a1d11852fadb7145581db8fc08 /gnu | |
parent | 880fb265fe10f82cdf38fb48bcf7c9879b33a4b8 (diff) |
gnu: python-jupyter-kernel-mgmt: Use Tornado 6.
* gnu/packages/jupyter.scm (python-jupyter-kernel-mgmt)[propagated-inputs]:
Replace python-tornado with python-tornado-6.
Change-Id: Ibba54e0c7517673aa2ae1b693d4fa38701887b7a
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/jupyter.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm index 86d4721801..2ea66acc56 100644 --- a/gnu/packages/jupyter.scm +++ b/gnu/packages/jupyter.scm @@ -185,7 +185,7 @@ protocol} to be used by both clients and kernels.") python-jupyter-core python-jupyter-protocol python-pyzmq - python-tornado + python-tornado-6 python-traitlets)) (native-inputs (list python-async-generator |