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


From: Ben Woodcroft
Subject: 01/02: gnu: mafft: Update to 7.313.
Date: Wed, 10 Jan 2018 05:18:11 -0500 (EST)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 3146f22dec5de4ad06cfaed5f686e677e2ba6a56
Author: Ben Woodcroft <address@hidden>
Date:   Wed Jan 10 16:41:06 2018 +1000

    gnu: mafft: Update to 7.313.
    
    * gnu/packages/bioinformatics.scm (mafft): Update to 7.313.
    [source]: Use HTTPS URI.
---
 gnu/packages/bioinformatics.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 34b843c..9a8cf89 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3504,16 +3504,16 @@ sequencing tag position and orientation.")
 (define-public mafft
   (package
     (name "mafft")
-    (version "7.310")
+    (version "7.313")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "http://mafft.cbrc.jp/alignment/software/mafft-"; version
+                    "https://mafft.cbrc.jp/alignment/software/mafft-"; version
                     "-without-extensions-src.tgz"))
               (file-name (string-append name "-" version ".tgz"))
               (sha256
                (base32
-                "0gbsaz6z2qa307kd7wfb06c3y4ikmv1hsdvlns11f6zq4w1z9pwc"))))
+                "0r83qmg2if8mi6jyx3xdf8ar2gcxl7r9nmj98jr7lxym97v61a2k"))))
     (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]