gnu: mafft: Update to 7.300.

* gnu/packages/bioinformatics.scm (mafft): Update to 7.300.
This commit is contained in:
Ben Woodcroft 2016-08-15 20:26:43 +10:00
parent 2328f328f3
commit 93b8316e08
No known key found for this signature in database
GPG Key ID: E44DCCD146E0CCF4
1 changed files with 2 additions and 2 deletions

View File

@ -2954,7 +2954,7 @@ sequencing tag position and orientation.")
(define-public mafft
(package
(name "mafft")
(version "7.299")
(version "7.300")
(source (origin
(method url-fetch)
(uri (string-append
@ -2963,7 +2963,7 @@ sequencing tag position and orientation.")
(file-name (string-append name "-" version ".tgz"))
(sha256
(base32
"1pwwdy5a17ggx8h9v9y712ilswj27dc3d23r65l56jgjz67y5zc0"))))
"1dng898rh5jd1q1xyhxz8h2csmdw3wp12hvvhad1ryalx8aw131k"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no automated tests, though there are tests in the read me