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:
Sharlatan Hellseher 2025-09-19 16:04:48 +01:00
parent 78b4c635a4
commit fcb683801f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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