guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#56248] [PATCH v2 5/7] gnu: libsbml: Use regular check.


From: Thiago Jung Bauermann
Subject: [bug#56248] [PATCH v2 5/7] gnu: libsbml: Use regular check.
Date: Sat, 2 Jul 2022 01:07:55 -0300

* gnu/packages/bioinformatics.scm (libsbml)[native-inputs]: Replace check-0.14
with check.
---
 gnu/packages/bioinformatics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 75973b0dd8fe..bc2d653ba6f2 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -14459,7 +14459,7 @@ (define-public libsbml
     (propagated-inputs
      (list libxml2))
     (native-inputs
-     (list check-0.14 swig))
+     (list check swig))
     (home-page "http://sbml.org/Software/libSBML";)
     (synopsis "Process SBML files and data streams")
     (description "LibSBML is a library to help you read, write, manipulate,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]