diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c27f1fdf2f..988d345f01 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10885,7 +10885,7 @@ toolkits.") (string-append info "/matplotlib-figures")))))))) (native-inputs (list graphviz - inkscape/stable + inkscape/pinned python-colorspacious python-ipython python-ipywidgets @@ -19297,7 +19297,7 @@ time.") ;; Tests need a writable HOME. (setenv "HOME" "/tmp")))))) (inputs - (list inkscape/stable pandoc)) + (list inkscape/pinned pandoc)) (native-inputs (list python-flaky python-hatchling |