mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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 @@ (define-public python-widgetsnbextension
|
|||
(define-public python-ipywidgets
|
||||
(package
|
||||
(name "python-ipywidgets")
|
||||
(version "7.5.1")
|
||||
(version "7.6.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "ipywidgets" version))
|
||||
(sha256
|
||||
(base32
|
||||
"15sww2mvnkqlvx55gwa82v05062a8j1xpncnqna4k9sl53hgcig9"))))
|
||||
"1w217j8i53x14l7b05fk300k222zs9vkcjaa1rbrw3sk43k466lz"))))
|
||||
(build-system python-build-system)
|
||||
(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-widgetsnbextension" ,python-widgetsnbextension)))
|
||||
(native-inputs
|
||||
`(("python-nose" ,python-nose)
|
||||
("python-pytest" ,python-pytest)))
|
||||
`(("python-mock" ,python-mock)
|
||||
("python-pytest" ,python-pytest)
|
||||
("python-pytest-cov" ,python-pytest-cov)))
|
||||
(home-page "https://ipython.org")
|
||||
(synopsis "IPython HTML widgets for Jupyter")
|
||||
(description "Ipywidgets are interactive HTML widgets for Jupyter
|
||||
|
|
Loading…
Reference in a new issue