~ruther/guix-local

265e2b2ab10181f22e8c6ccb7090118b3e5ce328 — Ricardo Wurmus 2 years ago 8183357
gnu: python-ipywidgets: Update to 8.1.2.

* gnu/packages/python-xyz.scm (python-ipywidgets): Update to 8.1.2.
[propagated-inputs]: Add python-comm; remove python-ipykernel and
python-nbformat.
[native-inputs]: Add python-ipykernel, python-jsonschema, and python-pytz;
remove python-mock.

Change-Id: Idaffb279c72af0c1ee3cb68ee18866a8b47622c4
1 files changed, 6 insertions(+), 9 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +6 -9
@@ 18365,24 18365,21 @@ notebooks.")
(define-public python-ipywidgets
  (package
    (name "python-ipywidgets")
    (version "7.6.3")
    (version "8.1.2")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "ipywidgets" version))
       (sha256
        (base32
         "1w217j8i53x14l7b05fk300k222zs9vkcjaa1rbrw3sk43k466lz"))))
         "1ja2xibll6v40va3s7wz5dfp95q01yds64z6csl2dsds94gb9ffh"))))
    (build-system python-build-system)
    (propagated-inputs
     (list python-ipykernel
           python-ipython
           python-jupyterlab-widgets
           python-nbformat
           python-traitlets
           python-widgetsnbextension))
     (list python-comm python-ipython python-jupyterlab-widgets
           python-traitlets python-widgetsnbextension))
    (native-inputs
     (list python-mock python-pytest python-pytest-cov))
     (list python-ipykernel python-jsonschema python-pytest python-pytest-cov
           python-pytz))
    (home-page "https://ipython.org")
    (synopsis "IPython HTML widgets for Jupyter")
    (description "Ipywidgets are interactive HTML widgets for Jupyter