aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-05-10 11:40:24 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-13 20:18:47 +0000
commit265e2b2ab10181f22e8c6ccb7090118b3e5ce328 (patch)
treef2e6a605bbd9f4d3019f2697b4003e7db7162161
parent8183357b9ce36269e8fe600ff7ef6939efc357ed (diff)
downloadguix-265e2b2ab10181f22e8c6ccb7090118b3e5ce328.tar.gz
guix-265e2b2ab10181f22e8c6ccb7090118b3e5ce328.zip
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
-rw-r--r--gnu/packages/python-xyz.scm15
1 files changed, 6 insertions, 9 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 688a765fd9..8cd1eb7753 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18365,24 +18365,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