diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2018-01-27 10:21:06 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2018-01-27 10:21:06 +1000 |
commit | ae8522d2659f6a37a2f9c9f85849d38eadec6e0c (patch) | |
tree | e8843a4b0a699f5bbf61147301fe3257ba62d43f /gnu/packages | |
parent | c5730ffe190ddcab7a40ac989e16cdef1ce6506e (diff) | |
download | guix-ae8522d2659f6a37a2f9c9f85849d38eadec6e0c.tar guix-ae8522d2659f6a37a2f9c9f85849d38eadec6e0c.tar.gz |
gnu: diamond: Update to 0.9.16.
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.16.
Diffstat (limited to 'gnu/packages')
-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 01f35dbb33..a240434e0d 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -2074,7 +2074,7 @@ identify enrichments with functional annotations of the genome.") (define-public diamond (package (name "diamond") - (version "0.9.15") + (version "0.9.16") (source (origin (method url-fetch) (uri (string-append @@ -2083,7 +2083,7 @@ identify enrichments with functional annotations of the genome.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0c9v0lddz8df5pnra464832cgn1igzpawgsknly7s1mq0qk9aiqj")))) + "1sydm3jldl4pypy74g82dj9j8vx3j3ikf3i9srxqjp7r64039hiy")))) (build-system cmake-build-system) (arguments '(#:tests? #f ; no "check" target |