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
This commit is contained in:
Ricardo Wurmus 2024-05-10 11:40:24 +02:00 committed by Sharlatan Hellseher
parent 8183357b9c
commit 265e2b2ab1
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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