guix_mirror_bot pushed a commit to branch master
in repository guix.

commit cecdc1726c1a40d38e0ef2ce6715231a2d1ce5ed
Author: abradd <[email protected]>
AuthorDate: Wed Sep 2 21:10:48 2026 +1000

    gnu: python-setools: Use python-cython.
    
    * gnu/packages/selinux.scm (python-setools): Use python-cython.
    [native-inputs]: Replace python-cython-0 with python-cython.
    
    Relates-to: guix/guix#9287, guix/guix!11008
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/selinux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/selinux.scm b/gnu/packages/selinux.scm
index db1529f8f5..8b606314d5 100644
--- a/gnu/packages/selinux.scm
+++ b/gnu/packages/selinux.scm
@@ -341,7 +341,7 @@ based on required access.")
     (native-inputs
      (list bison
            flex
-           python-cython-0
+           python-cython
            swig-4.0
            python-pytest
            python-pytest-qt

Reply via email to