mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-widgetsnbextension: Update to 4.0.14.
* gnu/packages/python-xyz.scm (python-widgetsnbextension): Update to 4.0.14. [arguments] <tests?>: No tests. [native-inputs]: Remove python-wheel. Change-Id: Ic061b06c53bea26f05a5871cf50a88bcd1e6921a
This commit is contained in:
parent
78b4c635a4
commit
fcb683801f
1 changed files with 5 additions and 5 deletions
|
@ -19595,19 +19595,19 @@ convert an @code{.ipynb} notebook file into various static formats including:
|
|||
(define-public python-widgetsnbextension
|
||||
(package
|
||||
(name "python-widgetsnbextension")
|
||||
(version "4.0.10")
|
||||
(version "4.0.14")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "widgetsnbextension" version))
|
||||
(sha256
|
||||
(base32
|
||||
"13v88h3cvlf4cs70j568abr04w0bzckl56k9iqx1iadrydgnq6b4"))))
|
||||
(base32 "1bxm6ys3kmxfhi8dns9q6xrjkxijfa606qpq5lhr7f7dwc29nqm3"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f)) ;no tests in PyPI or git
|
||||
(native-inputs
|
||||
(list python-jupyter-packaging
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
python-setuptools))
|
||||
(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