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

commit 10493971057fa30affc98e869c906ecabb883364
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jul 11 18:36:07 2025 +0100

    gnu: python-scipy: Adjust inputs.
    
    * gnu/packages/python-science.scm (python-scipy):
      [native-inputs]: Remove python-cython-0.29.35; add python-cython-0.
    
    Change-Id: Iabc525c696801141fafb1ff5ea1e17aca48c95f1
---
 gnu/packages/python-science.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 0d7587b9c9..b7c7a3da91 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -2659,7 +2659,7 @@ cross-validation.")
            meson-python
            pkg-config
            python-click
-           python-cython-0.29.35
+           python-cython-0
            python-doit
            python-hypothesis
            python-pooch

Reply via email to