guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: prodigal: Update to 2.6.3.


From: Ben Woodcroft
Subject: 01/01: gnu: prodigal: Update to 2.6.3.
Date: Mon, 15 Feb 2016 21:20:05 +0000

benwoodcroft pushed a commit to branch master
in repository guix.

commit e70f7a230619dbfe99fefd9d097a0f3004cf9b02
Author: Ben Woodcroft <address@hidden>
Date:   Tue Feb 16 07:17:39 2016 +1000

    gnu: prodigal: Update to 2.6.3.
    
    * gnu/packages/bioinformatics.scm (prodigal): Update to 2.6.3.
---
 gnu/packages/bioinformatics.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 6d62632..899447d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2358,7 +2358,7 @@ generated using the PacBio Iso-Seq protocol.")
 (define-public prodigal
   (package
     (name "prodigal")
-    (version "2.6.2")
+    (version "2.6.3")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2367,7 +2367,7 @@ generated using the PacBio Iso-Seq protocol.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0m8sb0fg6lmxrlpzna0am6svbnlmd3dckrhgzxxgb3gxr5fyj284"))))
+                "17srxkqd3jc77xk15pfbgg1a9xahqg7337w95mrsia7mpza4l2c9"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ;no check target



reply via email to

[Prev in Thread] Current Thread [Next in Thread]