diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2018-04-27 19:04:49 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2018-04-27 23:20:00 +1000 |
commit | 171cf56c2f404cf35b9848c57c7c5c2fea32c2b0 (patch) | |
tree | 121c4ca5d196c48b2808c4861d888af296224831 /gnu | |
parent | a6334e6e8dc55ba49d0c151fc4b893e59bbdbe56 (diff) | |
download | guix-171cf56c2f404cf35b9848c57c7c5c2fea32c2b0.tar guix-171cf56c2f404cf35b9848c57c7c5c2fea32c2b0.tar.gz |
gnu: diamond: Update to 0.9.21.
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.21.
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 828b41a8db..f71b602e0a 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -2079,7 +2079,7 @@ accurately delineate genomic rearrangements throughout the genome.") (define-public diamond (package (name "diamond") - (version "0.9.19") + (version "0.9.21") (source (origin (method url-fetch) (uri (string-append @@ -2088,7 +2088,7 @@ accurately delineate genomic rearrangements throughout the genome.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0c4y8l90vdxmglb0w37y0413v11qzcwg8sdmy9k0c0gr3bsq7dzs")))) + "1cf98vcsiwcv3c4apg50w1240v1mpw0zln1sdw3g692dqa4y041z")))) (build-system cmake-build-system) (arguments '(#:tests? #f ; no "check" target |