diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2018-03-17 12:19:24 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2018-03-30 12:18:35 +1000 |
commit | 9a40b8d9b2876867faf1eb593cc347ebf02df89a (patch) | |
tree | 55f838520aa0df6bdb88728c13aef8adc23091f2 /gnu/packages/bioinformatics.scm | |
parent | 315ed91efb4d6f5619ca586bb732068471f69895 (diff) | |
download | patches-9a40b8d9b2876867faf1eb593cc347ebf02df89a.tar patches-9a40b8d9b2876867faf1eb593cc347ebf02df89a.tar.gz |
gnu: diamond: Update to 0.9.19.
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.19.
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-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 5a1da25805..909167ffb1 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -2033,7 +2033,7 @@ identify enrichments with functional annotations of the genome.") (define-public diamond (package (name "diamond") - (version "0.9.18") + (version "0.9.19") (source (origin (method url-fetch) (uri (string-append @@ -2042,7 +2042,7 @@ identify enrichments with functional annotations of the genome.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1vi2nddmy7knrv8gsprwqp6a40k63n3f2dfvx22ipjhrg9xir96f")))) + "0c4y8l90vdxmglb0w37y0413v11qzcwg8sdmy9k0c0gr3bsq7dzs")))) (build-system cmake-build-system) (arguments '(#:tests? #f ; no "check" target |