gnu: mafft: Update to 7.305.
* gnu/packages/bioinformatics.scm (mafft): Update to 7.305. [inputs]: Add ruby.
This commit is contained in:
parent
f0f0a48b6a
commit
71461f88ee
@ -2954,7 +2954,7 @@ sequencing tag position and orientation.")
|
|||||||
(define-public mafft
|
(define-public mafft
|
||||||
(package
|
(package
|
||||||
(name "mafft")
|
(name "mafft")
|
||||||
(version "7.304")
|
(version "7.305")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
@ -2963,7 +2963,7 @@ sequencing tag position and orientation.")
|
|||||||
(file-name (string-append name "-" version ".tgz"))
|
(file-name (string-append name "-" version ".tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jnciffkrsws3hw2mp8cs68mgciiz6glfbvgyasbk4na9vc00mi1"))))
|
"0ziim7g58n3z8gppsa713f5fxprl60ldj3xck186z0n9dpp06i8r"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no automated tests, though there are tests in the read me
|
`(#:tests? #f ; no automated tests, though there are tests in the read me
|
||||||
@ -3022,6 +3022,7 @@ sequencing tag position and orientation.")
|
|||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("perl" ,perl)
|
`(("perl" ,perl)
|
||||||
|
("ruby" ,ruby)
|
||||||
("gawk" ,gawk)
|
("gawk" ,gawk)
|
||||||
("grep" ,grep)
|
("grep" ,grep)
|
||||||
("coreutils" ,coreutils)))
|
("coreutils" ,coreutils)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user