gnu: ncbi-vdb: Update to 2.7.0.
* gnu/packages/bioinformatics.scm (ncbi-vdb): Update to 2.7.0.master
parent
48b419ebd6
commit
40974c933e
|
@ -4184,7 +4184,7 @@ simultaneously.")
|
||||||
(define-public ncbi-vdb
|
(define-public ncbi-vdb
|
||||||
(package
|
(package
|
||||||
(name "ncbi-vdb")
|
(name "ncbi-vdb")
|
||||||
(version "2.5.7")
|
(version "2.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4194,7 +4194,7 @@ simultaneously.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hay5hy8ynva3mi5wbn4wmq1q23qwxc3aqzbb86hg3x4f1r73270"))))
|
"0x1cg1x8vy0yjlkp0snc1533zcjhxqzqsaiwqk598n7vvw37n8lf"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:parallel-build? #f ; not supported
|
`(#:parallel-build? #f ; not supported
|
||||||
|
|
Reference in New Issue