gnu: python-ipywidgets: Update to 7.6.3.
* gnu/packages/python-xyz.scm (python-ipywidgets): Update to 7.6.3. [propagated-inputs]: Add python-ipython, python-jupyterlab-widgets, and python-nbformat. [native-inputs]: Remove python-nose; add python-mock and ptyhon-pytest-cov.
This commit is contained in:
parent
7c4f9c17de
commit
cf1517a1b7
1 changed files with 9 additions and 5 deletions
|
@ -10545,22 +10545,26 @@ notebooks.")
|
||||||
(define-public python-ipywidgets
|
(define-public python-ipywidgets
|
||||||
(package
|
(package
|
||||||
(name "python-ipywidgets")
|
(name "python-ipywidgets")
|
||||||
(version "7.5.1")
|
(version "7.6.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "ipywidgets" version))
|
(uri (pypi-uri "ipywidgets" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15sww2mvnkqlvx55gwa82v05062a8j1xpncnqna4k9sl53hgcig9"))))
|
"1w217j8i53x14l7b05fk300k222zs9vkcjaa1rbrw3sk43k466lz"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-ipython" ,python-ipython)
|
`(("python-ipykernel" ,python-ipykernel)
|
||||||
|
("python-ipython" ,python-ipython)
|
||||||
|
("python-jupyterlab-widgets" ,python-jupyterlab-widgets)
|
||||||
|
("python-nbformat" ,python-nbformat)
|
||||||
("python-traitlets" ,python-traitlets)
|
("python-traitlets" ,python-traitlets)
|
||||||
("python-widgetsnbextension" ,python-widgetsnbextension)))
|
("python-widgetsnbextension" ,python-widgetsnbextension)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-nose" ,python-nose)
|
`(("python-mock" ,python-mock)
|
||||||
("python-pytest" ,python-pytest)))
|
("python-pytest" ,python-pytest)
|
||||||
|
("python-pytest-cov" ,python-pytest-cov)))
|
||||||
(home-page "https://ipython.org")
|
(home-page "https://ipython.org")
|
||||||
(synopsis "IPython HTML widgets for Jupyter")
|
(synopsis "IPython HTML widgets for Jupyter")
|
||||||
(description "Ipywidgets are interactive HTML widgets for Jupyter
|
(description "Ipywidgets are interactive HTML widgets for Jupyter
|
||||||
|
|
Reference in a new issue