guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: blast+: Update to 2.4.0.


From: Ben Woodcroft
Subject: 01/01: gnu: blast+: Update to 2.4.0.
Date: Wed, 29 Jun 2016 12:43:37 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 8dec2229a2ac97e2bf340e9b7ddefdbf60dbb95d
Author: Ben Woodcroft <address@hidden>
Date:   Wed Jun 29 17:17:23 2016 +1000

    gnu: blast+: Update to 2.4.0.
    
    * gnu/packages/bioinformatics.scm (blast+): Update to 2.4.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 b2e4756..4b544a3 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -424,7 +424,7 @@ into separate processes; and more.")
 (define-public blast+
   (package
     (name "blast+")
-    (version "2.2.31")
+    (version "2.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -432,7 +432,7 @@ into separate processes; and more.")
                     version "/ncbi-blast-" version "+-src.tar.gz"))
               (sha256
                (base32
-                "19gq6as4k1jrgsd26158ads6h7v4jca3h4r5dzg1y0m6ya50x5ph"))
+                "14n9jik6vhiwjd3m7bach4xj1pzfn0szbsbyfxybd9l9cc43b6mb"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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