[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
136/223: gnu: python-ipywidgets: Update to 8.1.2.
From: |
guix-commits |
Subject: |
136/223: gnu: python-ipywidgets: Update to 8.1.2. |
Date: |
Thu, 17 Oct 2024 06:20:58 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 44b99832c83cd32d8c6f28c8c57b3bdf4f0e9468
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri May 10 11:40:24 2024 +0200
gnu: python-ipywidgets: Update to 8.1.2.
* gnu/packages/python-xyz.scm (python-ipywidgets): Update to 8.1.2.
[propagated-inputs]: Add python-comm; remove python-ipykernel and
python-nbformat.
[native-inputs]: Add python-ipykernel, python-jsonschema, and python-pytz;
remove python-mock.
Change-Id: Idaffb279c72af0c1ee3cb68ee18866a8b47622c4
---
gnu/packages/python-xyz.scm | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c214ab164f..e9b8f29534 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18116,24 +18116,21 @@ notebooks.")
(define-public python-ipywidgets
(package
(name "python-ipywidgets")
- (version "7.6.3")
+ (version "8.1.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ipywidgets" version))
(sha256
(base32
- "1w217j8i53x14l7b05fk300k222zs9vkcjaa1rbrw3sk43k466lz"))))
+ "1ja2xibll6v40va3s7wz5dfp95q01yds64z6csl2dsds94gb9ffh"))))
(build-system python-build-system)
(propagated-inputs
- (list python-ipykernel
- python-ipython
- python-jupyterlab-widgets
- python-nbformat
- python-traitlets
- python-widgetsnbextension))
+ (list python-comm python-ipython python-jupyterlab-widgets
+ python-traitlets python-widgetsnbextension))
(native-inputs
- (list python-mock python-pytest python-pytest-cov))
+ (list python-ipykernel python-jsonschema python-pytest python-pytest-cov
+ python-pytz))
(home-page "https://ipython.org")
(synopsis "IPython HTML widgets for Jupyter")
(description "Ipywidgets are interactive HTML widgets for Jupyter
- 153/223: gnu: qtile: Improve package style., (continued)
- 153/223: gnu: qtile: Improve package style., guix-commits, 2024/10/17
- 162/223: gnu: zulip-term: Move to pyproject-build-system., guix-commits, 2024/10/17
- 166/223: gnu: python-pytest-runner: Improve package style., guix-commits, 2024/10/17
- 167/223: gnu: gunicorn: Update to 21.2.0., guix-commits, 2024/10/17
- 171/223: gnu: behave: Move to pyproject-build-system., guix-commits, 2024/10/17
- 174/223: gnu: python-parse-type: Move to pyproject-build-system., guix-commits, 2024/10/17
- 182/223: gnu: python-cairosvg: Move to pyproject-build-system., guix-commits, 2024/10/17
- 93/223: gnu: python-jupyter-client: Update to 7.4.4., guix-commits, 2024/10/17
- 97/223: gnu: Add python-jupyter-events., guix-commits, 2024/10/17
- 135/223: gnu: python-jupyterlab-widgets: Update to 3.0.10., guix-commits, 2024/10/17
- 136/223: gnu: python-ipywidgets: Update to 8.1.2.,
guix-commits <=
- 144/223: gnu: python-zope-i18nmessageid: Update to 5.1.1., guix-commits, 2024/10/17
- 142/223: gnu: python-mutagen: Move to pyproject-build-system., guix-commits, 2024/10/17
- 155/223: gnu: python-alembic: Move to pyproject-build-system., guix-commits, 2024/10/17
- 151/223: gnu: python-xcffib: Move to (gnu packages xorg)., guix-commits, 2024/10/17
- 156/223: gnu: conda: Move to pyproject-build-system., guix-commits, 2024/10/17
- 158/223: gnu: python-conda-package-handling: Move to pyproject-build-system., guix-commits, 2024/10/17
- 159/223: gnu: python-scikit-rf: Fix tests., guix-commits, 2024/10/17
- 164/223: gnu: python-dateutil: Move to pyproject-build-system., guix-commits, 2024/10/17
- 165/223: gnu: python-nbval: Move to pyproject-build-system., guix-commits, 2024/10/17
- 172/223: gnu: python-cucumber-tag-expressions: Move to pyproject-build-system., guix-commits, 2024/10/17