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.299.


From: Ben Woodcroft
Subject: 01/01: gnu: mafft: Update to 7.299.
Date: Tue, 28 Jun 2016 11:42:33 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit d6e374a0d9a71fac7f3946aaa56205d25d99916d
Author: Ben Woodcroft <address@hidden>
Date:   Tue Jun 28 21:40:08 2016 +1000

    gnu: mafft: Update to 7.299.
    
    * gnu/packages/bioinformatics.scm (mafft): Update to 7.299.
---
 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 fa0979b..499025e 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2411,7 +2411,7 @@ sequencing tag position and orientation.")
 (define-public mafft
   (package
     (name "mafft")
-    (version "7.267")
+    (version "7.299")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2420,7 +2420,7 @@ sequencing tag position and orientation.")
               (file-name (string-append name "-" version ".tgz"))
               (sha256
                (base32
-                "1xl6xq1rfxkws0svrlhyqxhhwbv6r77jwblsdpcyiwzsscw6wlk0"))))
+                "1pwwdy5a17ggx8h9v9y712ilswj27dc3d23r65l56jgjz67y5zc0"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; no automated tests, though there are tests in the read me



reply via email to

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