[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
134/361: gnu: python-jupyterlab-widgets: Update to 3.0.10.
From: |
guix-commits |
Subject: |
134/361: gnu: python-jupyterlab-widgets: Update to 3.0.10. |
Date: |
Fri, 22 Nov 2024 06:00:27 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 03d3157cbc023579c322b9a41d2d5891aff68f7d
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 01c5f617f9..5e97eef29f 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -648,17 +648,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,
- 113/361: gnu: python-jupyterlab-server: Update to 2.27.1., (continued)
- 113/361: gnu: python-jupyterlab-server: Update to 2.27.1., guix-commits, 2024/11/22
- 108/361: gnu: python-openapi-spec-validator: Update to 0.7.1., guix-commits, 2024/11/22
- 117/361: gnu: repo2docker: Update to 2024.03.0., guix-commits, 2024/11/22
- 116/361: gnu: Add python-sphinxext-rediraffe., guix-commits, 2024/11/22
- 118/361: gnu: Add python-pytoolconfig., guix-commits, 2024/11/22
- 124/361: gnu: python-nbclient: Update to 0.10.0., guix-commits, 2024/11/22
- 126/361: gnu: python-sphinx-4: Inherit from python-sphinx-5., guix-commits, 2024/11/22
- 119/361: gnu: Add python-whatthepatch., guix-commits, 2024/11/22
- 130/361: gnu: python-nbconvert: Update to 7.16.4., guix-commits, 2024/11/22
- 131/361: gnu: python-widgetsnbextension: Update to 4.0.10., guix-commits, 2024/11/22
- 134/361: gnu: python-jupyterlab-widgets: Update to 3.0.10.,
guix-commits <=
- 141/361: gnu: python-mutagen: Move to pyproject-build-system., guix-commits, 2024/11/22
- 147/361: gnu: python-docker-pycreds: Move to pyproject-build-system., guix-commits, 2024/11/22
- 145/361: gnu: vdirsyncer: Move to pyproject-build-system and enable tests., guix-commits, 2024/11/22
- 150/361: gnu: python-xcffib: Move to (gnu packages xorg)., guix-commits, 2024/11/22
- 154/361: gnu: python-alembic: Move to pyproject-build-system., guix-commits, 2024/11/22
- 161/361: gnu: zulip-term: Move to pyproject-build-system., guix-commits, 2024/11/22
- 159/361: gnu: python-arrow: Move to pyproject-build-system., guix-commits, 2024/11/22
- 157/361: gnu: python-conda-package-handling: Move to pyproject-build-system., guix-commits, 2024/11/22
- 162/361: gnu: python-pypujs: Improve package style., guix-commits, 2024/11/22
- 163/361: gnu: python-dateutil: Move to pyproject-build-system., guix-commits, 2024/11/22