guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: blast+: Update to 2.10.1.


From: guix-commits
Subject: branch master updated: gnu: blast+: Update to 2.10.1.
Date: Tue, 30 Jun 2020 12:53:45 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3d5334c  gnu: blast+: Update to 2.10.1.
3d5334c is described below

commit 3d5334c390af118a43b91b2bba97da1fe07c1714
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jun 30 18:42:33 2020 +0200

    gnu: blast+: Update to 2.10.1.
    
    * gnu/packages/bioinformatics.scm (blast+): Update to 2.10.1.
---
 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 05397e8..9c81e3c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1327,15 +1327,15 @@ package provides command line tools using the Bio++ 
library.")
 (define-public blast+
   (package
     (name "blast+")
-    (version "2.7.1")
+    (version "2.10.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/";
+                    "https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/";
                     version "/ncbi-blast-" version "+-src.tar.gz"))
               (sha256
                (base32
-                "1jlq0afxxgczpp35k6mxh8mn4jzq7vqcnaixk166sfj10wq8v9qh"))
+                "11kvrrl0mcwww6530r55hccpg3x3msmhr3051fwnjbq8rzg2j1qi"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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