unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#47826] [PATCH] gnu: Update blast+ to 2.11.0.
@ 2021-04-16 11:22 Roel Janssen
  2021-04-16 16:37 ` Leo Famulari
  0 siblings, 1 reply; 5+ messages in thread
From: Roel Janssen @ 2021-04-16 11:22 UTC (permalink / raw)
  To: 47826

[-- Attachment #1: Type: text/plain, Size: 82 bytes --]

Hi Guix,

Here's a patch to update blast+ to 2.11.0.

Kind regards,
Roel Janssen


[-- Attachment #2: 0001-gnu-Update-blast-to-2.11.0.patch --]
[-- Type: text/x-patch, Size: 1275 bytes --]

From 92d8f8602a285fc3ed61656c314a697cd87ae4f4 Mon Sep 17 00:00:00 2001
From: Roel Janssen <roel@gnu.org>
Date: Fri, 16 Apr 2021 13:20:53 +0200
Subject: [PATCH] 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 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
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-04-16 18:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-16 11:22 [bug#47826] [PATCH] gnu: Update blast+ to 2.11.0 Roel Janssen
2021-04-16 16:37 ` Leo Famulari
2021-04-16 18:14   ` Roel Janssen
2021-04-16 18:22     ` Leo Famulari
2021-04-16 18:58       ` bug#47826: " Roel Janssen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).