~ruther/guix-local

24c7e7b2161c5b7e58ce8678cc57251d1d2f0b51 — Sharlatan Hellseher 4 months ago f052e98
gnu: coda: Use python-numpy@1.

* gnu/packages/maths.scm (coda):
[native-inputs]: Remove python-numpy; add python-numpy-1.

Change-Id: I1419ec3eb9cb4f25b1078908e305c99ec8bd59c4
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/maths.scm
M gnu/packages/maths.scm => gnu/packages/maths.scm +1 -1
@@ 386,7 386,7 @@ finite domain propagation and Boolean satisfiability.")
    (native-inputs
     `(("fortran" ,gfortran)
       ("python" ,python)
       ("python-numpy" ,python-numpy)))
       ("python-numpy" ,python-numpy-1)))
    (inputs
     `(("zlib" ,zlib)
       ("pcre" ,pcre)