guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit 8c68ab0ebf079b627ebc5f4e8d7cdec29d1650bf
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jan 2 21:27:55 2026 +0000

    gnu: idr: Fix build.
    
    * gnu/packages/bioinformatics.scm (idr):
    [propagated-inputs]: Use python-numpy-1.
    [native-inputs]: Use python-cython-0.
    
    Change-Id: Ic1fabb53311a74db3872f50c2f67f8e1310be204
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 39658a7788..034f3957c7 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9727,9 +9727,9 @@ data.  It also provides the @command{bgzip}, 
@command{htsfile}, and
     ;; causes the tests to always fail.
     (arguments `(#:tests? #f))
     (propagated-inputs
-     (list python-scipy python-sympy python-numpy python-matplotlib))
+     (list python-scipy python-sympy python-numpy-1 python-matplotlib))
     (native-inputs
-     (list python-cython
+     (list python-cython-0
            python-setuptools))
     (home-page "https://github.com/nboley/idr";)
     (synopsis "Tool to measure the irreproducible discovery rate (IDR)")

Reply via email to