diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-05-16 14:47:56 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-05-16 15:48:07 +0200 |
commit | f0373a0c94566e9883c001503300ac764071ad91 (patch) | |
tree | 780e5700b70336e7c5c5e4cf00e340fa022b9813 /gnu | |
parent | f40c4b4ec9f1c16c56f7dc9ae511b2c6ee455356 (diff) | |
download | guix-f0373a0c94566e9883c001503300ac764071ad91.tar.gz guix-f0373a0c94566e9883c001503300ac764071ad91.zip |
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'.
Diffstat (limited to 'gnu')
-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 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)) |