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.5.7.


From: Ben Woodcroft
Subject: 02/03: gnu: ncbi-vdb: Update to 2.5.7.
Date: Tue, 26 Jan 2016 00:59:49 +0000

benwoodcroft pushed a commit to branch master
in repository guix.

commit fe91666b79c070417331a6fd3cc0afd5200558f9
Author: Ben Woodcroft <address@hidden>
Date:   Tue Jan 26 10:45:10 2016 +1000

    gnu: ncbi-vdb: Update to 2.5.7.
    
    gnu/packages/bioinformatics.scm (ncbi-vdb): Update to 2.5.7.
---
 gnu/packages/bioinformatics.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 1f53186..4fb0819 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2711,7 +2711,7 @@ simultaneously.")
 (define-public ncbi-vdb
   (package
     (name "ncbi-vdb")
-    (version "2.5.4")
+    (version "2.5.7")
     (source
      (origin
        (method url-fetch)
@@ -2721,7 +2721,7 @@ simultaneously.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1rcnyc4xkdfcjww2i0s0qrbapys0cxbjcx2sy3qkpslf9f400fgj"))))
+         "0hay5hy8ynva3mi5wbn4wmq1q23qwxc3aqzbb86hg3x4f1r73270"))))
     (build-system gnu-build-system)
     (arguments
      `(#:parallel-build? #f ; not supported



reply via email to

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