mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: roary: Update to 3.8.2.
* gnu/packages/bioinformatics.scm (roary): Update to 3.8.2.
This commit is contained in:
parent
3cbfc149c3
commit
7569613076
1 changed files with 2 additions and 2 deletions
|
@ -4094,7 +4094,7 @@ (define-public prodigal
|
|||
(define-public roary
|
||||
(package
|
||||
(name "roary")
|
||||
(version "3.7.0")
|
||||
(version "3.8.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -4103,7 +4103,7 @@ (define-public roary
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0x2hpb3nfsc6x2nq1788w0fhqfzc7cn2dp4xwyva9m3k6xlz0m43"))))
|
||||
"03dfr2cd5fp80bcr65923zpdzrasvcxl7c2vgh8373v25a1yfap7"))))
|
||||
(build-system perl-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue