diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2016-08-15 20:59:41 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2016-08-15 20:59:41 +1000 |
commit | 0ed8f0cd4ceb9e77d306fcaa71caf6c28ce22717 (patch) | |
tree | 729cca77916e48568cc14df7a087bbe7ad7b7d69 /gnu | |
parent | 101e8f717130339247b4d4abe63a4df379becdea (diff) |
gnu: mafft: Update to 7.304.
* gnu/packages/bioinformatics.scm (mafft): Update to 7.304.
Diffstat (limited to 'gnu')
-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 5ee881f372..a3f0d81d38 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -2954,7 +2954,7 @@ sequencing tag position and orientation.") (define-public mafft (package (name "mafft") - (version "7.300") + (version "7.304") (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 - "1dng898rh5jd1q1xyhxz8h2csmdw3wp12hvvhad1ryalx8aw131k")))) + "0jnciffkrsws3hw2mp8cs68mgciiz6glfbvgyasbk4na9vc00mi1")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no automated tests, though there are tests in the read me |