From 7dd4976d83b8facd463c6d411a0c0f2c6dac02b0 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 30 Dec 2025 23:30:56 +0000 Subject: [PATCH] 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 --- gnu/packages/jupyter.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm index 28119540aa95c644f7db655ab5e38a9d265a53bc..4b2ffe1c2c6dc083c8cef490623538094ac4f5fc 100644 --- a/gnu/packages/jupyter.scm +++ b/gnu/packages/jupyter.scm @@ -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