guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 64810415cbc8b8d20c7dcaa6fbac9474534293f6
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Dec 30 23:30:56 2025 +0000
gnu: python-jupyterlab-widgets: Update to 3.0.12.
* gnu/packages/jupyter.scm (python-jupyterlab-widgets): Update to 3.0.12.
Change-Id: I934b1f4d3a9458821fbdcffb96ec663c7d315131
---
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 aa284eeecc..7649533ffa 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -1151,13 +1151,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