guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: ncbi-vdb: Update to 2.7.0.


From: Ricardo Wurmus
Subject: 02/03: gnu: ncbi-vdb: Update to 2.7.0.
Date: Fri, 23 Sep 2016 09:47:51 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 40974c933ec9f793bd51a3aeab4e4a6a48cde18e
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Sep 23 11:46:26 2016 +0200

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



reply via email to

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