[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: roary: Update to 3.8.2.
From: |
Ben Woodcroft |
Subject: |
02/03: gnu: roary: Update to 3.8.2. |
Date: |
Mon, 22 May 2017 06:47:12 -0400 (EDT) |
benwoodcroft pushed a commit to branch master
in repository guix.
commit 7569613076eec7c90d32246da6cebb3543f05708
Author: Ben Woodcroft <address@hidden>
Date: Sun May 21 22:25:54 2017 +0100
gnu: roary: Update to 3.8.2.
* gnu/packages/bioinformatics.scm (roary): Update to 3.8.2.
---
gnu/packages/bioinformatics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index d5e32ef..35e9f35 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4094,7 +4094,7 @@ partial genes, and identifies translation initiation
sites.")
(define-public roary
(package
(name "roary")
- (version "3.7.0")
+ (version "3.8.2")
(source
(origin
(method url-fetch)
@@ -4103,7 +4103,7 @@ partial genes, and identifies translation initiation
sites.")
version ".tar.gz"))
(sha256
(base32
- "0x2hpb3nfsc6x2nq1788w0fhqfzc7cn2dp4xwyva9m3k6xlz0m43"))))
+ "03dfr2cd5fp80bcr65923zpdzrasvcxl7c2vgh8373v25a1yfap7"))))
(build-system perl-build-system)
(arguments
`(#:phases