guix_mirror_bot pushed a commit to branch ungraft
in repository guix.

commit f27e262b2bec48807406acb02298c9880db06d43
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Dec 15 09:25:25 2025 +0100

    gnu: python-ipywidgets: Use older setuptools.
    
    * gnu/packages/python-xyz.scm (python-ipywidgets)[native-inputs]:
    Add python-setuptools-67.
    
    Change-Id: I88240840e890a631353e045e955d1ad578cc98a1
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index fe2087845e..024ff32e76 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18613,7 +18613,7 @@ convert an @code{.ipynb} notebook file into various 
static formats including:
            python-traitlets python-widgetsnbextension))
     (native-inputs
      (list python-ipykernel python-jsonschema python-pytest python-pytest-cov
-           python-pytz))
+           python-pytz python-setuptools-67))
     (home-page "https://ipython.org";)
     (synopsis "IPython HTML widgets for Jupyter")
     (description "Ipywidgets are interactive HTML widgets for Jupyter

Reply via email to