guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: branch master updated: gnu: Update blast+ to 2.11.0.
Date: Fri, 16 Apr 2021 14:57:02 -0400

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

roelj pushed a commit to branch master
in repository guix.

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

commit c3926120ba5ea76f531541b7926ccb6739575e0e
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Fri Apr 16 13:20:53 2021 +0200

    gnu: Update blast+ to 2.11.0.
    
    * gnu/packages/bioinformatics.scm (blast+): Update to 2.11.0.
---
 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 41ef4cd..31205c4 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1363,7 +1363,7 @@ package provides command line tools using the Bio++ 
library.")
 (define-public blast+
   (package
     (name "blast+")
-    (version "2.10.1")
+    (version "2.11.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1371,7 +1371,7 @@ package provides command line tools using the Bio++ 
library.")
                     version "/ncbi-blast-" version "+-src.tar.gz"))
               (sha256
                (base32
-                "11kvrrl0mcwww6530r55hccpg3x3msmhr3051fwnjbq8rzg2j1qi"))
+                "0m0r9vkw631ky1za1wilsfk9k9spwqh22nkrb9a57rbwmrc1i3nq"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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