[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: |
Thu, 21 Nov 2024 06:29:05 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit bb08c5382ad250bcf7684cf549e9cdb2f4246574
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,
- 88/361: gnu: python-ipykernel: Set environment variable., (continued)
- 88/361: gnu: python-ipykernel: Set environment variable., guix-commits, 2024/11/21
- 59/361: gnu: python-jinja2: Add setuptools and wheel., guix-commits, 2024/11/21
- 50/361: gnu: python-billiard: Add missing inputs., guix-commits, 2024/11/21
- 78/361: gnu: python-send2trash: Update to 1.8.2., guix-commits, 2024/11/21
- 101/361: gnu: python-openapi-schema-validator: Update to 0.6.2., guix-commits, 2024/11/21
- 96/361: gnu: Add python-jupyter-events., guix-commits, 2024/11/21
- 128/361: gnu: python-pycurl: Update to 7.45.3., guix-commits, 2024/11/21
- 126/361: gnu: python-sphinx-4: Inherit from python-sphinx-5., guix-commits, 2024/11/21
- 125/361: gnu: python-sphinx-5: Disable failing tests., guix-commits, 2024/11/21
- 102/361: gnu: python-pydata-sphinx-theme: Disable one test., guix-commits, 2024/11/21
- 134/361: gnu: python-jupyterlab-widgets: Update to 3.0.10.,
guix-commits <=
- 145/361: gnu: vdirsyncer: Move to pyproject-build-system and enable tests., guix-commits, 2024/11/21
- 152/361: gnu: qtile: Improve package style., guix-commits, 2024/11/21
- 149/361: gnu: Add ghc-language-python., guix-commits, 2024/11/21
- 147/361: gnu: python-docker-pycreds: Move to pyproject-build-system., guix-commits, 2024/11/21
- 156/361: gnu: conda: Reindent., guix-commits, 2024/11/21
- 181/361: gnu: python-cairosvg: Move to pyproject-build-system., guix-commits, 2024/11/21
- 188/361: gnu: python-nbstripout: Move to pyproject-build-system., guix-commits, 2024/11/21
- 201/361: gnu: python-uqbar: Improve package style., guix-commits, 2024/11/21
- 209/361: gnu: python-fenics-dijitso: Move to pyproject-build-system., guix-commits, 2024/11/21
- 210/361: gnu: python-pyan3: Move to pyproject-build-system., guix-commits, 2024/11/21