diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2016-08-11 20:33:08 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2016-08-11 20:39:54 +1000 |
commit | 7024aeaaaa99712225d216e6115737f0c7543b04 (patch) | |
tree | b164312af0663c9441529141ee3844e424d46d61 /gnu/packages/bioinformatics.scm | |
parent | 91c52629e866ee6beb0266252d64254f15e7868d (diff) | |
download | patches-7024aeaaaa99712225d216e6115737f0c7543b04.tar patches-7024aeaaaa99712225d216e6115737f0c7543b04.tar.gz |
gnu: diamond: Update to 0.8.18.
* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.18.
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 65d7cdc275..a633e93e85 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -1801,7 +1801,7 @@ identify enrichments with functional annotations of the genome.") (define-public diamond (package (name "diamond") - (version "0.8.17") + (version "0.8.18") (source (origin (method url-fetch) (uri (string-append @@ -1810,7 +1810,7 @@ identify enrichments with functional annotations of the genome.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1479sz0phddv40kx4xv95g2q7m3wy52smjb4apn0xpn2gqgj4nrx")))) + "1r8klhbzn5cfzg9g69dd0sk4c0bd8cg1g5id8blsqi273bymm4jl")))) (build-system cmake-build-system) (arguments '(#:tests? #f ; no "check" target |