mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: ncbi-vdb: Update to 2.10.6.
* gnu/packages/bioinformatics.scm (ncbi-vdb): Update to 2.10.6.
This commit is contained in:
parent
6437c598e7
commit
68de995674
1 changed files with 2 additions and 2 deletions
|
@ -5789,7 +5789,7 @@ (define-public java-ngs
|
||||||
(define-public ncbi-vdb
|
(define-public ncbi-vdb
|
||||||
(package
|
(package
|
||||||
(name "ncbi-vdb")
|
(name "ncbi-vdb")
|
||||||
(version "2.9.6")
|
(version "2.10.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -5798,7 +5798,7 @@ (define-public ncbi-vdb
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0knkj1sq34hlivgv5qd6jlczqrs3ldmfgn6vbbw7p4mqxvb9mirk"))))
|
"0m8hlxscidsfqm9x9fyi62q6lpf1dv5115kgjjgnrkl49q9c27m6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:parallel-build? #f ; not supported
|
`(#:parallel-build? #f ; not supported
|
||||||
|
|
Loading…
Reference in a new issue