diff options
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index a9df676fc6..992ab30fe9 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -2647,7 +2647,7 @@ Roche 454, Ion Torrent and Pacific BioSciences SMRT.") (define-public ngs-sdk (package (name "ngs-sdk") - (version "1.2.2") + (version "1.2.3") (source (origin (method url-fetch) @@ -2657,7 +2657,7 @@ Roche 454, Ion Torrent and Pacific BioSciences SMRT.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0rvq61zfw2h9jcz6a33b9xrl20r7s5a9rldvv6rs2qy42khpmf5j")))) + "15074fdi94c6pjy83hhk22r86kfvzpaz2i07h3rqg9yy6x3w0pk2")))) (build-system gnu-build-system) (arguments `(#:parallel-build? #f ; not supported @@ -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 @@ -2951,7 +2951,7 @@ complexity samples.") (define-public sra-tools (package (name "sra-tools") - (version "2.5.4") + (version "2.5.7") (source (origin (method url-fetch) @@ -2961,7 +2961,7 @@ complexity samples.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1rxxc8a34g70jcaa2j8sys2x93amlbc24k7az39wldhkzgi96825")))) + "0q93qg744x787d08qmjmdafki1wkbvkdwynayjnjd454gkd26jl5")))) (build-system gnu-build-system) (arguments `(#:parallel-build? #f ; not supported |