diff options
author | Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de> | 2021-01-14 19:34:15 +0100 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-01-18 11:57:28 +0200 |
commit | 2d9c6542c804eb2ef3d8934e1e3ab8b24e9bbafb (patch) | |
tree | ed43399c2360b4d16b5967943651aac0bb2a5382 | |
parent | 973a1e52722c4453041b978100093cb35d7e67a8 (diff) |
gnu: mafft: Update to 7.475.
* gnu/packages/bioinformatics.scm (mafft): Update to 7.475.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index d6e179fb9a..2aa6de7b15 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -4687,7 +4687,7 @@ sequencing tag position and orientation.") (define-public mafft (package (name "mafft") - (version "7.471") + (version "7.475") (source (origin (method url-fetch) (uri (string-append @@ -4696,7 +4696,7 @@ sequencing tag position and orientation.") (file-name (string-append name "-" version ".tgz")) (sha256 (base32 - "0r1973fx2scq4712zdqfy67wkzqj0c0bhrdy4jxhvq40mdxyry30")))) + "0i2i2m3blh2xkbkdk48hxfssks30ny0v381gdl7zwhcvp0axs26r")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no automated tests, though there are tests in the read me |