gnu: roary: Update to 3.11.0.
* gnu/packages/bioinformatics.scm (roary): Update to 3.11.0. [inputs]: Add perl-digest-md5-file.
This commit is contained in:
parent
e5f748a6c0
commit
da4a707c88
|
@ -4127,7 +4127,7 @@ partial genes, and identifies translation initiation sites.")
|
||||||
(define-public roary
|
(define-public roary
|
||||||
(package
|
(package
|
||||||
(name "roary")
|
(name "roary")
|
||||||
(version "3.8.2")
|
(version "3.11.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4136,7 +4136,7 @@ partial genes, and identifies translation initiation sites.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03dfr2cd5fp80bcr65923zpdzrasvcxl7c2vgh8373v25a1yfap7"))))
|
"10lw78x1xzvn7xzvnmh4bm3cak3ah5cssapl0yidvhaj1f44h29i"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -4202,6 +4202,7 @@ partial genes, and identifies translation initiation sites.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("perl-array-utils" ,perl-array-utils)
|
`(("perl-array-utils" ,perl-array-utils)
|
||||||
("bioperl" ,bioperl-minimal)
|
("bioperl" ,bioperl-minimal)
|
||||||
|
("perl-digest-md5-file" ,perl-digest-md5-file)
|
||||||
("perl-exception-class" ,perl-exception-class)
|
("perl-exception-class" ,perl-exception-class)
|
||||||
("perl-file-find-rule" ,perl-file-find-rule)
|
("perl-file-find-rule" ,perl-file-find-rule)
|
||||||
("perl-file-grep" ,perl-file-grep)
|
("perl-file-grep" ,perl-file-grep)
|
||||||
|
|
Loading…
Reference in New Issue