[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/04: gnu: python-jupyterlab-widgets: Update to 3.0.10.
From: |
guix-commits |
Subject: |
03/04: gnu: python-jupyterlab-widgets: Update to 3.0.10. |
Date: |
Fri, 10 May 2024 05:44:17 -0400 (EDT) |
rekado pushed a commit to branch python-team
in repository guix.
commit eb2a769c19bf6f52c299180c670383c9fe996088
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri May 10 11:39:57 2024 +0200
gnu: python-jupyterlab-widgets: Update to 3.0.10.
* gnu/packages/jupyter.scm (python-jupyterlab-widgets): Update to 3.0.10.
[native-inputs]: Remove python-setuptools.
Change-Id: I806dc0df2dcc7a6782e8918162fd8a09ccaa68a7
---
gnu/packages/jupyter.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index 9a5e26fc93..62b92fbc8c 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -647,17 +647,17 @@ endpoints—to Jupyter web applications.")
(define-public python-jupyterlab-widgets
(package
(name "python-jupyterlab-widgets")
- (version "1.1.4")
+ (version "3.0.10")
(source
(origin
(method url-fetch)
(uri (pypi-uri "jupyterlab_widgets" version))
(sha256
(base32
- "0kdib439i9pbv90cscq5c7w4nvv8214k9ik4dnbd152yf897cvpa"))))
+ "1h04kln8hp56svdjjk2hbsb0z1mby71cv4gss3wy89v7jw2arwh4"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-jupyter-packaging python-setuptools))
+ (list python-jupyter-packaging))
(home-page "https://github.com/jupyter-widgets/ipywidgets")
(synopsis "Interactive widgets for Jupyter Notebooks")
(description "ipywidgets, also known as jupyter-widgets or simply widgets,