guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: ncbi-vdb: Update to 2.8.2.


From: Ricardo Wurmus
Subject: 02/06: gnu: ncbi-vdb: Update to 2.8.2.
Date: Thu, 16 Mar 2017 08:47:33 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 5021f5478795901bdabf49cf68c0dfd7df895dc4
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Mar 16 10:19:25 2017 +0100

    gnu: ncbi-vdb: Update to 2.8.2.
    
    * gnu/packages/bioinformatics.scm (ncbi-vdb): Update to 2.8.2.
---
 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 517ea38..c9f901f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4447,7 +4447,7 @@ simultaneously.")
 (define-public ncbi-vdb
   (package
     (name "ncbi-vdb")
-    (version "2.7.0")
+    (version "2.8.2")
     (source
      (origin
        (method url-fetch)
@@ -4457,7 +4457,7 @@ simultaneously.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0x1cg1x8vy0yjlkp0snc1533zcjhxqzqsaiwqk598n7vvw37n8lf"))))
+         "1acn4bv81mfl137qnbn9995mjjhwd36pm0b7qli1iw5skrxa9j8m"))))
     (build-system gnu-build-system)
     (arguments
      `(#:parallel-build? #f ; not supported



reply via email to

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