summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-05-16 14:47:56 +0200
committerLudovic Courtès <ludo@gnu.org>2022-05-16 15:48:07 +0200
commitf0373a0c94566e9883c001503300ac764071ad91 (patch)
tree780e5700b70336e7c5c5e4cf00e340fa022b9813
parentf40c4b4ec9f1c16c56f7dc9ae511b2c6ee455356 (diff)
downloadguix-patches-f0373a0c94566e9883c001503300ac764071ad91.tar
guix-patches-f0373a0c94566e9883c001503300ac764071ad91.tar.gz
gnu: python-jupyter-console: Depend on python-prompt-toolkit 3.x.
Fixes <https://issues.guix.gnu.org/55448>. * gnu/packages/python-xyz.scm (python-jupyter-console)[propagated-inputs]: Change 'python-prompt-toolkit-2' to 'python-prompt-toolkit'.
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 36171eb538..cf75542f09 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14009,7 +14009,7 @@ in the data.")
"1iqrxhd8hvlyf8cqbc731ssnwm61wrycnbiczy5wsfahd3hlh8i4"))))
(build-system python-build-system)
(propagated-inputs
- (list python-ipykernel python-jupyter-client python-prompt-toolkit-2
+ (list python-ipykernel python-jupyter-client python-prompt-toolkit
python-pygments))
(native-inputs
(list python-nose python-pytest))