mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
8183357b9c
commit
265e2b2ab1
1 changed files with 6 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue