summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMădălin Ionel Patrașcu <[email protected]>2020-09-24 23:11:19 +0200
committerMathieu Othacehe <[email protected]>2020-09-25 14:12:13 +0200
commit0990d6119336cb6142020dc577f57f1faffe55ba (patch)
treee173c18268b77ad4c5beb304692f404376f4e1e8 /gnu
parent9c4aaa630d97f9f29ca1b732fb265bd583e83e02 (diff)
gnu: mafft: Update to 7.471.
* gnu/packages/bioinformatics.scm (mafft): Update to 7.471. Signed-off-by: Mathieu Othacehe <[email protected]>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioinformatics.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 4376897d37..fda7255662 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -11,7 +11,7 @@
;;; Copyright © 2017 Arun Isaac <[email protected]>
;;; Copyright © 2018 Joshua Sierles, Nextjournal <[email protected]>
;;; Copyright © 2018 Gábor Boskovits <[email protected]>
-;;; Copyright © 2018, 2019 Mădălin Ionel Patrașcu <[email protected]>
+;;; Copyright © 2018, 2019, 2020 Mădălin Ionel Patrașcu <[email protected]>
;;; Copyright © 2019 Maxim Cournoyer <[email protected]>
;;; Copyright © 2019 Brian Leung <[email protected]>
;;; Copyright © 2019 Brett Gilio <[email protected]>
@@ -4496,7 +4496,7 @@ sequencing tag position and orientation.")
(define-public mafft
(package
(name "mafft")
- (version "7.394")
+ (version "7.471")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4505,7 +4505,7 @@ sequencing tag position and orientation.")
(file-name (string-append name "-" version ".tgz"))
(sha256
(base32
- "0bacjkxfg944p5khhyh5rd4y7wkjc9qk4v2jjj442sqlq0f8ar7b"))))
+ "0r1973fx2scq4712zdqfy67wkzqj0c0bhrdy4jxhvq40mdxyry30"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no automated tests, though there are tests in the read me