diff options
author | Greg Hogan <code@greghogan.com> | 2023-05-22 20:17:41 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-06-02 16:08:43 +0200 |
commit | 7d7dcc3600af33e67ac59772880a916e03f714a2 (patch) | |
tree | c78376b8031ba39c01ae08c53ce8e8f1fdec8689 | |
parent | f1af4fbeecf753a299a3cc2a441da48ee4235b48 (diff) | |
download | guix-7d7dcc3600af33e67ac59772880a916e03f714a2.tar.gz |
gnu: python-ipython-documentation: Update dependencies.
* gnu/packages/python-xyz.scm (python-ipython-documentation) [native-inputs]: Add python-ipykernel. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 78312021d7..50a586d773 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10516,6 +10516,7 @@ computing.") font-gnu-freefont graphviz python-docrepr + python-ipykernel python-sphinx python-sphinx-rtd-theme texinfo |