guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: mafft: Update to 7.305.


From: Ben Woodcroft
Subject: 01/01: gnu: mafft: Update to 7.305.
Date: Tue, 16 Aug 2016 09:49:49 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 71461f88eeb746e43f4b29955134f6eb6d123bba
Author: Ben Woodcroft <address@hidden>
Date:   Tue Aug 16 19:48:19 2016 +1000

    gnu: mafft: Update to 7.305.
    
    * gnu/packages/bioinformatics.scm (mafft): Update to 7.305.
    [inputs]: Add ruby.
---
 gnu/packages/bioinformatics.scm |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index a3f0d81..dd69e39 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2954,7 +2954,7 @@ sequencing tag position and orientation.")
 (define-public mafft
   (package
     (name "mafft")
-    (version "7.304")
+    (version "7.305")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2963,7 +2963,7 @@ sequencing tag position and orientation.")
               (file-name (string-append name "-" version ".tgz"))
               (sha256
                (base32
-                "0jnciffkrsws3hw2mp8cs68mgciiz6glfbvgyasbk4na9vc00mi1"))))
+                "0ziim7g58n3z8gppsa713f5fxprl60ldj3xck186z0n9dpp06i8r"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; no automated tests, though there are tests in the read me
@@ -3022,6 +3022,7 @@ sequencing tag position and orientation.")
              #t)))))
     (inputs
      `(("perl" ,perl)
+       ("ruby" ,ruby)
        ("gawk" ,gawk)
        ("grep" ,grep)
        ("coreutils" ,coreutils)))



reply via email to

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