gnu: ncbi-vdb: Update to 2.5.7.

gnu/packages/bioinformatics.scm (ncbi-vdb): Update to 2.5.7.
This commit is contained in:
Ben Woodcroft 2016-01-26 10:45:10 +10:00
parent d3b39bc231
commit fe91666b79
1 changed files with 2 additions and 2 deletions

View File

@ -2711,7 +2711,7 @@ simultaneously.")
(define-public ncbi-vdb (define-public ncbi-vdb
(package (package
(name "ncbi-vdb") (name "ncbi-vdb")
(version "2.5.4") (version "2.5.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2721,7 +2721,7 @@ simultaneously.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1rcnyc4xkdfcjww2i0s0qrbapys0cxbjcx2sy3qkpslf9f400fgj")))) "0hay5hy8ynva3mi5wbn4wmq1q23qwxc3aqzbb86hg3x4f1r73270"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:parallel-build? #f ; not supported `(#:parallel-build? #f ; not supported