summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRoel Janssen <roel@gnu.org>2021-04-16 13:20:53 +0200
committerRoel Janssen <roel@gnu.org>2021-04-16 20:56:43 +0200
commitc3926120ba5ea76f531541b7926ccb6739575e0e (patch)
treed42e3df25ab3a95405b8a93a53da02967aa3a4e2 /gnu
parent587510d7e7b1b30e020a2c87bf192857458f43b4 (diff)
downloadguix-patches-c3926120ba5ea76f531541b7926ccb6739575e0e.tar
guix-patches-c3926120ba5ea76f531541b7926ccb6739575e0e.tar.gz
gnu: Update blast+ to 2.11.0.
* gnu/packages/bioinformatics.scm (blast+): Update to 2.11.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 41ef4cd513..31205c473a 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