diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2017-11-14 08:25:43 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2017-11-14 08:25:43 +1000 |
commit | a68e5860979773079387be5c522eb1d584e48c93 (patch) | |
tree | 7dee118b008f14e68a8a4724625390cc5940d94f | |
parent | 5ccde2079e0b5f6e04b11765905dbd49d191fd8f (diff) | |
download | guix-a68e5860979773079387be5c522eb1d584e48c93.tar guix-a68e5860979773079387be5c522eb1d584e48c93.tar.gz |
gnu: diamond: Update to 0.9.13.
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.13.
-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 cf2671ce66..69c64e7dfc 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -2061,7 +2061,7 @@ identify enrichments with functional annotations of the genome.") (define-public diamond (package (name "diamond") - (version "0.9.12") + (version "0.9.13") (source (origin (method url-fetch) (uri (string-append @@ -2070,7 +2070,7 @@ identify enrichments with functional annotations of the genome.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1zrnr59pqdg56wxfdx3xg4h4d8fa14cxq5kfmc3q88hxrj42rqgs")))) + "1pi5ncqwmynqpmmp3j3lhnqrjhj34sr6wpmsgrpkv3wyxx22fv86")))) (build-system cmake-build-system) (arguments '(#:tests? #f ; no "check" target |