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:
Ricardo Wurmus 2024-05-10 10:07:29 +02:00 committed by Sharlatan Hellseher
parent 91744798ee
commit 737e09e4d2
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

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