~ruther/guix-local

7dd4976d83b8facd463c6d411a0c0f2c6dac02b0 — Sharlatan Hellseher 3 months ago 0d06434
gnu: python-jupyterlab-widgets: Update to 3.0.12.

* gnu/packages/jupyter.scm (python-jupyterlab-widgets): Update to 3.0.12.

Change-Id: I934b1f4d3a9458821fbdcffb96ec663c7d315131
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/jupyter.scm
M gnu/packages/jupyter.scm => gnu/packages/jupyter.scm +2 -2
@@ 1154,13 1154,13 @@ endpoints—to Jupyter web applications.")
  (package
    (name "python-jupyterlab-widgets")
    ;; XXX: Newer version requires python-jupyterlab, see guix/guix#2073.
    (version "3.0.11")
    (version "3.0.12")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "jupyterlab_widgets" version))
       (sha256
        (base32 "09zfvqsw0svm6r3i2lhklnx44s7j4i60bvcvkkr9m5iwb5wwcnnx"))))
        (base32 "1bi4ry8pfj27n3acm21vaq4iiq60i0ci4dqhcdr8li2zx3zc0fk2"))))
    (build-system pyproject-build-system)
    (arguments
     (list #:tests? #f)) ;no tests in PyPI