diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2018-03-17 12:17:09 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2018-03-30 12:18:35 +1000 |
commit | c7a8aa131dc02b0020309b0bcc0c92d3811f8c8b (patch) | |
tree | 9c9bc5e8b9f43f9981520099191c2b486df5ecf9 | |
parent | 9a40b8d9b2876867faf1eb593cc347ebf02df89a (diff) | |
download | patches-c7a8aa131dc02b0020309b0bcc0c92d3811f8c8b.tar patches-c7a8aa131dc02b0020309b0bcc0c92d3811f8c8b.tar.gz |
gnu: mafft: Update to 7.394.
* gnu/packages/bioinformatics.scm (mafft): Update to 7.394.
-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 909167ffb1..cf36b3642f 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -3689,7 +3689,7 @@ sequencing tag position and orientation.") (define-public mafft (package (name "mafft") - (version "7.313") + (version "7.394") (source (origin (method url-fetch) (uri (string-append @@ -3698,7 +3698,7 @@ sequencing tag position and orientation.") (file-name (string-append name "-" version ".tgz")) (sha256 (base32 - "0r83qmg2if8mi6jyx3xdf8ar2gcxl7r9nmj98jr7lxym97v61a2k")))) + "0bacjkxfg944p5khhyh5rd4y7wkjc9qk4v2jjj442sqlq0f8ar7b")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no automated tests, though there are tests in the read me |