diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-06-05 17:07:09 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-06-05 17:11:15 +0200 |
commit | 1671aa25d4b610b7d417218a44e2d1e102aea4ff (patch) | |
tree | 815d4af9beab167c0aff9441a571fa81a31379bf /gnu/packages | |
parent | 6559adea29ae116f5fa882f88678e510001e2c88 (diff) | |
download | guix-1671aa25d4b610b7d417218a44e2d1e102aea4ff.tar.gz |
gnu: python-bokeh: Use Tornado 6.
* gnu/packages/python-xyz.scm (python-bokeh)[propagated-inputs]: Replace python-tornado with python-tornado-6.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 50a586d773..e28e1ebeef 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -16408,7 +16408,7 @@ enhancements to optimization and data fitting problems.") python-packaging python-pillow python-pyyaml - python-tornado + python-tornado-6 python-typing-extensions)) (native-inputs (list python-beautifulsoup4 |