rekado pushed a commit to branch python-team
in repository guix.

commit f4a0f84b25243db7e3673b71418cb5fa90380208
Author: Ricardo Wurmus <rek...@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 47c4b050d4..02d6219118 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17778,24 +17778,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

Reply via email to