guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: mafft: Update to 7.300.


From: Ben Woodcroft
Subject: 01/02: gnu: mafft: Update to 7.300.
Date: Mon, 15 Aug 2016 10:51:40 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 93b8316e08d1e1bd177c3c694733bb60886735d6
Author: Ben Woodcroft <address@hidden>
Date:   Mon Aug 15 20:26:43 2016 +1000

    gnu: mafft: Update to 7.300.
    
    * gnu/packages/bioinformatics.scm (mafft): Update to 7.300.
---
 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 f0dc45a..b29ee0b 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.299")
+    (version "7.300")
     (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
-                "1pwwdy5a17ggx8h9v9y712ilswj27dc3d23r65l56jgjz67y5zc0"))))
+                "1dng898rh5jd1q1xyhxz8h2csmdw3wp12hvvhad1ryalx8aw131k"))))
     (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]