diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2016-01-26 10:45:10 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2016-01-26 10:59:13 +1000 |
commit | fe91666b79c070417331a6fd3cc0afd5200558f9 (patch) | |
tree | dd404d138d95020910ce427d68845dc29747295a | |
parent | d3b39bc231d95548b56e1d22c1238b9babbfd45c (diff) | |
download | guix-fe91666b79c070417331a6fd3cc0afd5200558f9.tar guix-fe91666b79c070417331a6fd3cc0afd5200558f9.tar.gz |
gnu: ncbi-vdb: Update to 2.5.7.
gnu/packages/bioinformatics.scm (ncbi-vdb): Update to 2.5.7.
-rw-r--r-- | 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 1f531862b0..4fb0819567 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 |