mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-jupyterlab-widgets: Update to 3.0.11.
* gnu/packages/jupyter.scm (python-jupyterlab-widgets): Update to 3.0.11. Change-Id: Ic401e3e56e8fe100d6b8be4eb6a5afecfd33c0ae
This commit is contained in:
parent
c534d42b43
commit
1bbb67d802
1 changed files with 5 additions and 3 deletions
|
@ -864,15 +864,17 @@ endpoints—to Jupyter web applications.")
|
|||
(define-public python-jupyterlab-widgets
|
||||
(package
|
||||
(name "python-jupyterlab-widgets")
|
||||
(version "3.0.10")
|
||||
;; XXX: Newer version requires python-jupyterlab, see guix/guix#2073.
|
||||
(version "3.0.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "jupyterlab_widgets" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1h04kln8hp56svdjjk2hbsb0z1mby71cv4gss3wy89v7jw2arwh4"))))
|
||||
(base32 "09zfvqsw0svm6r3i2lhklnx44s7j4i60bvcvkkr9m5iwb5wwcnnx"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f)) ;no tests in PyPI
|
||||
(native-inputs
|
||||
(list python-jupyter-packaging))
|
||||
(home-page "https://github.com/jupyter-widgets/ipywidgets")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue