[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
134/222: gnu: python-jupyterlab-widgets: Update to 3.0.10.
From: |
guix-commits |
Subject: |
134/222: gnu: python-jupyterlab-widgets: Update to 3.0.10. |
Date: |
Fri, 1 Nov 2024 10:56:38 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 9e824266e24d00baf2888f85a4cb6f98c5079a81
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,
- 195/222: gnu: python-orderedmultidict: Move to pyproject-build-system., (continued)
- 195/222: gnu: python-orderedmultidict: Move to pyproject-build-system., guix-commits, 2024/11/01
- 24/222: gnu: python-jupytext: Update to 1.15.0., guix-commits, 2024/11/01
- 61/222: gnu: python-nbclient: Add Setuptools and Wheel., guix-commits, 2024/11/01
- 82/222: gnu: python-prometheus-client: Update to 0.20.0., guix-commits, 2024/11/01
- 94/222: gnu: python-jsonpointer: Update to 1.14., guix-commits, 2024/11/01
- 96/222: gnu: Add python-jupyter-events., guix-commits, 2024/11/01
- 105/222: gnu: python-sparqlkernel: Patch install script., guix-commits, 2024/11/01
- 110/222: gnu: python-openapi-core: Update to 0.19.1., guix-commits, 2024/11/01
- 106/222: gnu: Add python-pathable., guix-commits, 2024/11/01
- 126/222: gnu: python-sphinx-4: Inherit from python-sphinx-5., guix-commits, 2024/11/01
- 134/222: gnu: python-jupyterlab-widgets: Update to 3.0.10.,
guix-commits <=
- 174/222: gnu: python-amqp: Move to pyproject-build-system., guix-commits, 2024/11/01
- 150/222: gnu: python-xcffib: Move to (gnu packages xorg)., guix-commits, 2024/11/01
- 129/222: gnu: python-mistune: Update to 3.0.2., guix-commits, 2024/11/01
- 175/222: gnu: python-sphinx-autodoc-typehints: Move to pyproject-build-system., guix-commits, 2024/11/01
- 180/222: gnu: python-pytest-toolbox: Move to pyproject-build-system., guix-commits, 2024/11/01
- 194/222: gnu: python-autoflake: Update to 2.3.1., guix-commits, 2024/11/01
- 201/222: gnu: python-uqbar: Improve package style., guix-commits, 2024/11/01
- 208/222: gnu: tuir: Move to pyproject-build-system., guix-commits, 2024/11/01
- 209/222: gnu: python-fenics-dijitso: Move to pyproject-build-system., guix-commits, 2024/11/01
- 211/222: gnu: python-numpydoc: Move to pyproject-build-sytem., guix-commits, 2024/11/01