From b74285d78934463ff341ba9e6b0373104930653f Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sun, 26 Oct 2025 01:23:40 +0200 Subject: [PATCH] gnu: ciri-long: Adapt to python-levenshtein update. * gnu/packages/bioinformatics.scm (ciri-long)[arguments] <#:phases>: In phase 'relax-requirements, add python-levenshtein patch. Change-Id: If16df4f97f42eaf51c3bd73020c5a7c3d0d01b64 Signed-off-by: Sharlatan Hellseher --- gnu/packages/bioinformatics.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 1fbc2f92175c20f400714f8ef3c2f21f4e742a58..013354c4561246bafc0f48fd7f70fd3163c6ab7f 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -4893,7 +4893,10 @@ consensus sequences.") (("'argparse[^']*',") "") ;only for python2 (("==") - ">=")))) + ">=") + ;; This package changed names. + (("python-Levenshtein") + "levenshtein")))) (add-before 'build 'build-libssw (lambda _ (with-directory-excursion "libs/striped_smith_waterman"