guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 80e27d57bf64311ea7b510889871811156ee63a4
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Aug 7 12:34:54 2025 +0100
gnu: blast+: Update to 2.17.0.
* gnu/packages/bioinformatics.scm (blast+): Update to 2.17.0.
Change-Id: I37b460e057b392a88934a03f9a41d2b445e08f20
---
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 7fd142cd19..a326cf40ee 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5013,7 +5013,7 @@ package provides command line tools using the Bio++
library.")
(define-public blast+
(package
(name "blast+")
- (version "2.14.0")
+ (version "2.17.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -5021,7 +5021,7 @@ package provides command line tools using the Bio++
library.")
version "/ncbi-blast-" version "+-src.tar.gz"))
(sha256
(base32
- "003mn7m4y306k7visv3in3ikfgm8m41z0jq9lyvz10iv1hdpyixz"))
+ "0ix1bqgaywi3ggis4qvaipb0mk3llhgf52vmc97f744risl5f82h"))
(modules '((guix build utils)))
(snippet
'(begin