mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-widgetsnbextension: Update to 4.0.10.
* gnu/packages/python-xyz.scm (python-widgetsnbextension): Update to 4.0.10. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-jupyter-packaging, python-setuptools, and python-wheel. [propagated-inputs]: Remove python-notebook. Change-Id: I63519916b234a45b352d0ea850566a1de42315c7
This commit is contained in:
parent
91744798ee
commit
737e09e4d2
1 changed files with 7 additions and 5 deletions
|
@ -18349,17 +18349,19 @@ interactive computing.")
|
|||
(define-public python-widgetsnbextension
|
||||
(package
|
||||
(name "python-widgetsnbextension")
|
||||
(version "3.5.1")
|
||||
(version "4.0.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "widgetsnbextension" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ismyaxbv9d56yqqqb8xl58hg0iq0bbyy014a53y1g3hfbc8g7q7"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
(list python-notebook))
|
||||
"13v88h3cvlf4cs70j568abr04w0bzckl56k9iqx1iadrydgnq6b4"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-jupyter-packaging
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(home-page "https://ipython.org")
|
||||
(synopsis "IPython HTML widgets for Jupyter")
|
||||
(description "This package provides interactive HTML widgets for Jupyter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue