gnu: roary: Update to 3.12.0.
* gnu/packages/bioinformatics.scm (roary): Update to 3.12.0.
This commit is contained in:
parent
169fa0d813
commit
dad9556c5d
|
@ -4575,7 +4575,7 @@ partial genes, and identifies translation initiation sites.")
|
||||||
(define-public roary
|
(define-public roary
|
||||||
(package
|
(package
|
||||||
(name "roary")
|
(name "roary")
|
||||||
(version "3.11.0")
|
(version "3.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4584,7 +4584,7 @@ partial genes, and identifies translation initiation sites.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10lw78x1xzvn7xzvnmh4bm3cak3ah5cssapl0yidvhaj1f44h29i"))))
|
"0qxrds9wx7cfhlkihrp6697kx0flhhxymap9fwan0b3rbdhcnmff"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in New Issue