diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2016-07-27 23:12:54 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2016-07-27 23:17:57 +1000 |
commit | 12c8f210ee6ba184fd77ebd0566c8cc4855e9636 (patch) | |
tree | e662c8d49ecafa3a8bc6022a503ac140619e9a9a /gnu | |
parent | fd6830b3a6ddb6d9348ccf95530c6a7c3d171666 (diff) | |
download | gnu-guix-12c8f210ee6ba184fd77ebd0566c8cc4855e9636.tar gnu-guix-12c8f210ee6ba184fd77ebd0566c8cc4855e9636.tar.gz |
gnu: diamond: Update to 0.8.16.
* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.16.
Diffstat (limited to 'gnu')
-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 6065a0079b..6f6ff8811f 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -1568,7 +1568,7 @@ identify enrichments with functional annotations of the genome.") (define-public diamond (package (name "diamond") - (version "0.8.15") + (version "0.8.16") (source (origin (method url-fetch) (uri (string-append @@ -1577,7 +1577,7 @@ identify enrichments with functional annotations of the genome.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "14n0p28b4i5j8vvz1fl4xj1gxnpg98bj0kr3i90mhn7miwr4pkpw")))) + "10p4lm88fk2gy2mqxhfllyfig8zyd2l7hwmqkhlilrv9h76bm71n")))) (build-system cmake-build-system) (arguments '(#:tests? #f ; no "check" target |